Package | Description |
---|---|
org.powermock.api.mockito.expectation | |
org.powermock.api.mockito.internal.expectation |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorExpectationSetup<T> |
interface |
WithOrWithoutExpectedArguments<T> |
Modifier and Type | Method and Description |
---|---|
WithExpectedArguments<T> |
WithExpectedParameterTypes.withParameterTypes(java.lang.Class<?> parameterType,
java.lang.Class<?>... additionalParameterTypes) |
Modifier and Type | Class and Description |
---|---|
class |
ConstructorAwareExpectationSetup<T> |
class |
DefaultConstructorExpectationSetup<T> |
class |
DefaultMethodExpectationSetup<T> |
Modifier and Type | Method and Description |
---|---|
WithExpectedArguments<T> |
DefaultConstructorExpectationSetup.withParameterTypes(java.lang.Class<?> parameterType,
java.lang.Class<?>... additionalParameterTypes) |