public class DefaultConstructorArgumentsVerification<T> extends Object implements ConstructorArgumentsVerification
Constructor and Description |
---|
DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
withArguments(Object argument,
Object... arguments) |
void |
withNoArguments() |
public DefaultConstructorArgumentsVerification(NewInvocationControl<T> invocationControl, Class<?> type)
public void withArguments(Object argument, Object... arguments) throws Exception
withArguments
in interface ConstructorArgumentsVerification
Exception
public void withNoArguments() throws Exception
withNoArguments
in interface ConstructorArgumentsVerification
Exception
Copyright © 2019. All rights reserved.