Interface DynamicTestInvocationContext


@API(status=EXPERIMENTAL, since="5.8") public interface DynamicTestInvocationContext
DynamicTestInvocationContext represents the context of a single invocation of a dynamic test.
Since:
5.8
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Executable of this dynamic test invocation context.
  • Method Details

    • getExecutable

      Executable getExecutable()
      Get the Executable of this dynamic test invocation context.
      Returns:
      the executable of the dynamic test invocation, never null