public class DefaultConstructorArgumentsVerification<T> extends java.lang.Object implements ConstructorArgumentsVerification
| Constructor and Description |
|---|
DefaultConstructorArgumentsVerification(org.powermock.core.spi.NewInvocationControl<T> invocationControl,
java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
withArguments(java.lang.Object argument,
java.lang.Object... arguments) |
void |
withNoArguments() |
public DefaultConstructorArgumentsVerification(org.powermock.core.spi.NewInvocationControl<T> invocationControl, java.lang.Class<?> type)
public void withArguments(java.lang.Object argument,
java.lang.Object... arguments)
throws java.lang.Exception
withArguments in interface ConstructorArgumentsVerificationjava.lang.Exceptionpublic void withNoArguments()
throws java.lang.Exception
withNoArguments in interface ConstructorArgumentsVerificationjava.lang.Exception