Package org.junit.jupiter.api.extension
Interface DynamicTestInvocationContext
-
@API(status=STABLE, since="5.11") public interface DynamicTestInvocationContextDynamicTestInvocationContextrepresents the context of a single invocation of a dynamic test.- Since:
- 5.8
- See Also:
DynamicTest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutablegetExecutable()Get theExecutableof this dynamic test invocation context.
-
-
-
Method Detail
-
getExecutable
Executable getExecutable()
Get theExecutableof this dynamic test invocation context.- Returns:
- the executable of the dynamic test invocation, never
null
-
-