|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.powermock.api.easymock.internal.invocationcontrol.NewInvocationControlImpl<T>
public class NewInvocationControlImpl<T>
Constructor Summary | |
---|---|
NewInvocationControlImpl(InvocationSubstitute<T> substitute,
Class<T> type)
|
Method Summary | |
---|---|
org.easymock.IExpectationSetters<T> |
expectSubstitutionLogic(Object... arguments)
Expect a call to the new instance substitution logic. |
Object |
invoke(Class<?> type,
Object[] args,
Class<?>[] sig)
Invoke the invocation control |
Object |
replay(Object... mocks)
Replay the given objects or classes. |
Object |
reset(Object... mocks)
Reset the given objects or classes. |
Object |
verify(Object... mocks)
Verify the given objects or classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewInvocationControlImpl(InvocationSubstitute<T> substitute, Class<T> type)
Method Detail |
---|
public Object invoke(Class<?> type, Object[] args, Class<?>[] sig) throws Exception
NewInvocationControl
invoke
in interface NewInvocationControl<org.easymock.IExpectationSetters<T>>
Exception
public org.easymock.IExpectationSetters<T> expectSubstitutionLogic(Object... arguments) throws Exception
NewInvocationControl
expectSubstitutionLogic
in interface NewInvocationControl<org.easymock.IExpectationSetters<T>>
Exception
public Object replay(Object... mocks)
replay
in interface DefaultBehavior
null
).public Object verify(Object... mocks)
verify
in interface DefaultBehavior
null
).public Object reset(Object... mocks)
reset
in interface DefaultBehavior
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |