Class DefaultConstructorArgumentsVerfication<T>
- java.lang.Object
-
- org.powermock.api.mockito.internal.verification.DefaultConstructorArgumentsVerfication<T>
-
- All Implemented Interfaces:
ConstructorArgumentsVerification
public class DefaultConstructorArgumentsVerfication<T> extends Object implements ConstructorArgumentsVerification
-
-
Constructor Summary
Constructors Constructor Description DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
withArguments(Object argument, Object... arguments)
void
withNoArguments()
-
-
-
Constructor Detail
-
DefaultConstructorArgumentsVerfication
public DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, Class<?> type)
-
-
Method Detail
-
withArguments
public void withArguments(Object argument, Object... arguments) throws Exception
- Specified by:
withArguments
in interfaceConstructorArgumentsVerification
- Throws:
Exception
-
withNoArguments
public void withNoArguments() throws Exception
- Specified by:
withNoArguments
in interfaceConstructorArgumentsVerification
- Throws:
Exception
-
-