| Class | Description |
|---|---|
| ArrayAsserts |
Static methods for asserting array equality.
|
| ExceptionMock |
Instances of this class act as factories for stub objects that always throw.
|
| NumericAsserts |
Static assertion methods for numeric values (any data type).
|
| SelfMock<MockedType> |
A reflection-based proxy that invokes requests on itself.
|
| SimpleMock |
A simple mock object using a reflection proxy: you tell it the type of
interface that you want to mock, and it records invocations on that
interface.
|
| StringAsserts |
A collection of static methods for making JUnit assertions about strings.
|