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 void
invokeSubstitute
(Object... arguments) void
withArguments
(Object argument, Object... arguments) void
-
Field Details
-
invocationControl
-
type
-
-
Constructor Details
-
DefaultConstructorArgumentsVerification
public DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type)
-
-
Method Details
-
withArguments
- Specified by:
withArguments
in interfaceConstructorArgumentsVerification
- Throws:
Exception
-
invokeSubstitute
- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArguments
in interfaceConstructorArgumentsVerification
- Throws:
Exception
-