Uses of Interface
org.powermock.api.mockito.expectation.WithExpectedArguments
Packages that use WithExpectedArguments
Package
Description
-
Uses of WithExpectedArguments in org.powermock.api.mockito.expectation
Subinterfaces of WithExpectedArguments in org.powermock.api.mockito.expectationModifier and TypeInterfaceDescriptioninterface
interface
Methods in org.powermock.api.mockito.expectation that return WithExpectedArgumentsModifier and TypeMethodDescriptionWithExpectedParameterTypes.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 WithExpectedArgumentsModifier and TypeClassDescriptionclass
class
class
Methods in org.powermock.api.mockito.internal.expectation that return WithExpectedArgumentsModifier and TypeMethodDescriptionDefaultConstructorExpectationSetup.withParameterTypes
(Class<?> parameterType, Class<?>... additionalParameterTypes)