Class DefaultConstructorArgumentsVerification<T>
java.lang.Object
org.powermock.api.mockito.internal.verification.DefaultConstructorArgumentsVerification<T>
- All Implemented Interfaces:
ConstructorArgumentsVerification
public class DefaultConstructorArgumentsVerification<T>
extends Object
implements ConstructorArgumentsVerification
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MockitoNewInvocationControl<T> private final Class<?> -
Constructor Summary
ConstructorsConstructorDescriptionDefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidinvokeSubstitute(Object... arguments) voidwithArguments(Object argument, Object... arguments) void
-
Field Details
-
invocationControl
-
type
-
-
Constructor Details
-
DefaultConstructorArgumentsVerification
public DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type)
-
-
Method Details
-
withArguments
- Specified by:
withArgumentsin interfaceConstructorArgumentsVerification- Throws:
Exception
-
invokeSubstitute
-
withNoArguments
- Specified by:
withNoArgumentsin interfaceConstructorArgumentsVerification- Throws:
Exception
-