R - The result typepublic interface TestMethodInvocationContext<R>
| Modifier and Type | Method and Description |
|---|---|
TestContext |
getTestContext() |
R |
proceed()
Proceed with the method invocation.
|
TestContext getTestContext()
R proceed() throws java.lang.Throwable
java.lang.Throwable