Module org.junit.jupiter.engine
Class DefaultDynamicTestInvocationContext
java.lang.Object
org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
- All Implemented Interfaces:
DynamicTestInvocationContext
Default implementation of the
DynamicTestInvocationContext
API.- Since:
- 5.8
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theExecutable
of this dynamic test invocation context.
-
Field Details
-
executable
-
-
Constructor Details
-
DefaultDynamicTestInvocationContext
DefaultDynamicTestInvocationContext(Executable executable)
-
-
Method Details
-
getExecutable
Description copied from interface:DynamicTestInvocationContext
Get theExecutable
of this dynamic test invocation context.- Specified by:
getExecutable
in interfaceDynamicTestInvocationContext
- Returns:
- the executable of the dynamic test invocation, never
null
-