Class DefaultDynamicTestInvocationContext

java.lang.Object
org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
All Implemented Interfaces:
DynamicTestInvocationContext

class DefaultDynamicTestInvocationContext extends Object implements DynamicTestInvocationContext
Default implementation of the DynamicTestInvocationContext API.
Since:
5.8
  • Field Details

    • executable

      private final Executable executable
  • Constructor Details

    • DefaultDynamicTestInvocationContext

      DefaultDynamicTestInvocationContext(Executable executable)
  • Method Details