Uses of Interface
org.powermock.api.mockito.expectation.WithOrWithoutExpectedArguments
-
Packages that use WithOrWithoutExpectedArguments Package Description org.powermock.api.mockito org.powermock.api.mockito.expectation org.powermock.api.mockito.internal.expectation -
-
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito
Methods in org.powermock.api.mockito that return WithOrWithoutExpectedArguments Modifier and Type Method Description static <T> WithOrWithoutExpectedArguments<T>
PowerMockito. when(java.lang.Class<?> cls, java.lang.reflect.Method method)
Expect calls to private static methods.static <T> WithOrWithoutExpectedArguments<T>
PowerMockito. when(java.lang.Object instance, java.lang.reflect.Method method)
Expect calls to private methods.static <T> WithOrWithoutExpectedArguments<T>
PowerMockito. whenNew(java.lang.reflect.Constructor<T> ctor)
Allows specifying expectations on new invocations. -
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito.expectation
Subinterfaces of WithOrWithoutExpectedArguments in org.powermock.api.mockito.expectation Modifier and Type Interface Description interface
ConstructorExpectationSetup<T>
Classes in org.powermock.api.mockito.expectation that implement WithOrWithoutExpectedArguments Modifier and Type Class Description class
ConstructorAwareExpectationSetup<T>
class
DefaultConstructorExpectationSetup<T>
-
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito.internal.expectation
Classes in org.powermock.api.mockito.internal.expectation that implement WithOrWithoutExpectedArguments Modifier and Type Class Description class
DefaultMethodExpectationSetup<T>
-