Uses of Interface
org.powermock.api.mockito.expectation.WithExpectedArguments
-
Packages that use WithExpectedArguments Package Description org.powermock.api.mockito.expectation org.powermock.api.mockito.internal.expectation -
-
Uses of WithExpectedArguments in org.powermock.api.mockito.expectation
Subinterfaces of WithExpectedArguments in org.powermock.api.mockito.expectation Modifier and Type Interface Description interface
ConstructorExpectationSetup<T>
interface
WithOrWithoutExpectedArguments<T>
Methods in org.powermock.api.mockito.expectation that return WithExpectedArguments Modifier and Type Method Description WithExpectedArguments<T>
WithExpectedParameterTypes. withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
-
Uses of WithExpectedArguments in org.powermock.api.mockito.internal.expectation
Classes in org.powermock.api.mockito.internal.expectation that implement WithExpectedArguments Modifier and Type Class Description class
ConstructorAwareExpectationSetup<T>
class
DefaultConstructorExpectationSetup<T>
class
DefaultMethodExpectationSetup<T>
Methods in org.powermock.api.mockito.internal.expectation that return WithExpectedArguments Modifier and Type Method Description WithExpectedArguments<T>
DefaultConstructorExpectationSetup. withParameterTypes(Class<?> parameterType, Class<?>... additionalParameterTypes)
-