Class DefaultDynamicTestInvocationContext
- java.lang.Object
-
- org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.DynamicTestInvocationContext
class DefaultDynamicTestInvocationContext extends java.lang.Object implements org.junit.jupiter.api.extension.DynamicTestInvocationContext
Default implementation of theDynamicTestInvocationContext
API.- Since:
- 5.8
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.jupiter.api.function.Executable
executable
-
Constructor Summary
Constructors Constructor Description DefaultDynamicTestInvocationContext(org.junit.jupiter.api.function.Executable executable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.jupiter.api.function.Executable
getExecutable()
-