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

    Modifier and Type
    Method
    Description
     
    Proceed with the method invocation.
  • Method Details

    • getTestContext

      TestContext getTestContext()
      Returns:
      current test context
    • proceed

      R proceed() throws Throwable
      Proceed with the method invocation.
      Returns:
      The method return value
      Throws:
      Throwable