Class DynamicNode
java.lang.Object
org.junit.jupiter.api.DynamicNode
- Direct Known Subclasses:
DynamicContainer, DynamicTest
DynamicNode serves as the abstract base class for a container or a
test case generated at runtime.- Since:
- 5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDynamicNode.Configuration<T extends DynamicNode.Configuration<T>>Configurationof aDynamicNodeor one of its subinterfaces. -
Method Summary
Modifier and TypeMethodDescriptionGet the display name of thisDynamicNode.Returns theExecutionModeof thisDynamicNode.Get the custom test sourceURIof thisDynamicNode.toString()
-
Method Details
-
getDisplayName
-
getTestSourceUri
-
getExecutionMode
Returns theExecutionModeof thisDynamicNode.- Returns:
- the
ExecutionModeof thisDynamicNode - Since:
- 6.1
- See Also:
-
toString
-