Interface TestMethodInvocationContext<R>
- Type Parameters:
R- The result type
public interface TestMethodInvocationContext<R>
The test method invocation context.
- Since:
- 3.4.0
- Author:
- Denis Stepanov
-
Method Summary
-
Method Details
-
getTestContext
TestContext getTestContext()- Returns:
- current test context
-
proceed
-