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 interfaceConstructorExpectationSetup<T>interfaceWithOrWithoutExpectedArguments<T>Classes in org.powermock.api.mockito.expectation that implement WithExpectedArguments Modifier and Type Class Description classConstructorAwareExpectationSetup<T>classDefaultConstructorExpectationSetup<T>Methods in org.powermock.api.mockito.expectation that return WithExpectedArguments Modifier and Type Method Description WithExpectedArguments<T>DefaultConstructorExpectationSetup. withParameterTypes(java.lang.Class<?> parameterType, java.lang.Class<?>... additionalParameterTypes)WithExpectedArguments<T>WithExpectedParameterTypes. withParameterTypes(java.lang.Class<?> parameterType, java.lang.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 classDefaultMethodExpectationSetup<T>
-