public class DefaultConstructorArgumentsVerfication<T> extends Object implements ConstructorArgumentsVerification
| Constructor and Description |
|---|
DefaultConstructorArgumentsVerfication(org.powermock.core.spi.NewInvocationControl<T> invocationControl,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
withArguments(Object argument,
Object... arguments) |
void |
withNoArguments() |
public void withArguments(Object argument, Object... arguments) throws Exception
withArguments in interface ConstructorArgumentsVerificationExceptionpublic void withNoArguments()
throws Exception
withNoArguments in interface ConstructorArgumentsVerificationExceptionCopyright © 2007–2015. All rights reserved.