| Package | Description |
|---|---|
| org.unitils.easymock | |
| org.unitils.easymock.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
EasyMockUnitils.createMock(Class<T> mockType,
InvocationOrder invocationOrder,
Calls calls,
Order order,
Dates dates,
Defaults defaults)
Creates a lenient mock object of the given type.
|
<T> T |
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).
|
static <T> T |
EasyMockUnitils.createRegularMock(Class<T> mockType,
InvocationOrder invocationOrder,
Calls calls)
Creates a regular EasyMock mock object of the given type.
|
<T> T |
EasyMockModule.createRegularMock(Class<T> mockType,
InvocationOrder invocationOrder,
Calls calls)
Creates an EasyMock mock object of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
static Calls |
Calls.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Calls[] |
Calls.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.