|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.powermock.api.mockito.internal.expectation.DefaultMethodExpectationSetup<T>
public class DefaultMethodExpectationSetup<T>
Constructor Summary | |
---|---|
DefaultMethodExpectationSetup(java.lang.Object object,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
org.mockito.stubbing.OngoingStubbing<T> |
withArguments(java.lang.Object firstArgument,
java.lang.Object... additionalArguments)
|
org.mockito.stubbing.OngoingStubbing<T> |
withNoArguments()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMethodExpectationSetup(java.lang.Object object, java.lang.reflect.Method method)
Method Detail |
---|
public org.mockito.stubbing.OngoingStubbing<T> withArguments(java.lang.Object firstArgument, java.lang.Object... additionalArguments) throws java.lang.Exception
withArguments
in interface WithExpectedArguments<T>
java.lang.Exception
public org.mockito.stubbing.OngoingStubbing<T> withNoArguments() throws java.lang.Exception
withNoArguments
in interface WithoutExpectedArguments<T>
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |