Package io.micronaut.test.context
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
Proceed with the method invocation.- Returns:
 - The method return value
 - Throws:
 Throwable
 
 -