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 ConstructorArgumentsVerification
java.lang.Exception
public void withNoArguments() throws java.lang.Exception
withNoArguments
in interface ConstructorArgumentsVerification
java.lang.Exception