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
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type) -
Method Summary
-
Constructor Details
-
DefaultConstructorArgumentsVerification
public DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type)
-
-
Method Details
-
withArguments
- Specified by:
withArgumentsin interfaceConstructorArgumentsVerification- Throws:
Exception
-
withNoArguments
- Specified by:
withNoArgumentsin interfaceConstructorArgumentsVerification- Throws:
Exception
-