|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dates | |
|---|---|
| org.unitils.easymock | |
| org.unitils.easymock.util | |
| Uses of Dates in org.unitils.easymock |
|---|
| Methods in org.unitils.easymock with parameters of type Dates | ||
|---|---|---|
static
|
EasyMockUnitils.createMock(Class<T> mockType,
InvocationOrder invocationOrder,
Calls calls,
Order order,
Dates dates,
Defaults defaults)
Creates a lenient mock object of the given type. |
|
|
EasyMockModule.createMock(Class<T> mockType,
InvocationOrder invocationOrder,
Calls calls,
Order order,
Dates dates,
Defaults defaults)
todo javadoc Creates an EasyMock mock instance of the given type (class/interface). |
|
| Uses of Dates in org.unitils.easymock.util |
|---|
| Methods in org.unitils.easymock.util that return Dates | |
|---|---|
static Dates |
Dates.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Dates[] |
Dates.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||