|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.powermock.api.mockito.internal.verification.DefaultConstructorArgumentsVerfication<T>
public class DefaultConstructorArgumentsVerfication<T>
Constructor Summary | |
---|---|
DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl,
java.lang.Class<?> type)
|
Method Summary | |
---|---|
void |
withArguments(java.lang.Object argument,
java.lang.Object... arguments)
|
void |
withNoArguments()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, java.lang.Class<?> type)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |