Class DynamicExtensionContext
java.lang.Object
org.junit.jupiter.engine.descriptor.AbstractExtensionContext<DynamicNodeTestDescriptor>
org.junit.jupiter.engine.descriptor.DynamicExtensionContext
- All Implemented Interfaces:
AutoCloseable
,org.junit.jupiter.api.extension.ExtensionContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.ExtensionContext
org.junit.jupiter.api.extension.ExtensionContext.Namespace, org.junit.jupiter.api.extension.ExtensionContext.Store
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicExtensionContext
(org.junit.jupiter.api.extension.ExtensionContext parent, EngineExecutionListener engineExecutionListener, DynamicNodeTestDescriptor testDescriptor, JupiterConfiguration configuration, org.junit.jupiter.api.extension.ExecutableInvoker executableInvoker) -
Method Summary
Modifier and TypeMethodDescriptionprotected Node.ExecutionMode
Optional
<org.junit.jupiter.api.TestInstance.Lifecycle> Optional
<org.junit.jupiter.api.extension.TestInstances> Methods inherited from class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
close, getConfigurationParameter, getConfigurationParameter, getDisplayName, getExecutableInvoker, getExecutionMode, getParent, getRoot, getStore, getTags, getTestDescriptor, getUniqueId, publishReportEntry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.junit.jupiter.api.extension.ExtensionContext
getRequiredTestClass, getRequiredTestInstance, getRequiredTestInstances, getRequiredTestMethod, publishReportEntry, publishReportEntry
-
Constructor Details
-
DynamicExtensionContext
DynamicExtensionContext(org.junit.jupiter.api.extension.ExtensionContext parent, EngineExecutionListener engineExecutionListener, DynamicNodeTestDescriptor testDescriptor, JupiterConfiguration configuration, org.junit.jupiter.api.extension.ExecutableInvoker executableInvoker)
-
-
Method Details
-
getElement
-
getTestClass
-
getTestInstanceLifecycle
-
getTestInstance
-
getTestInstances
-
getTestMethod
-
getExecutionException
-
getPlatformExecutionMode
- Specified by:
getPlatformExecutionMode
in classAbstractExtensionContext<DynamicNodeTestDescriptor>
-