Uses of Class
org.junit.jupiter.api.DynamicNode
Packages that use DynamicNode
-
Uses of DynamicNode in org.junit.jupiter.api
Subclasses of DynamicNode in org.junit.jupiter.apiModifier and TypeClassDescriptionclass
ADynamicContainer
is a container generated at runtime.class
ADynamicTest
is a test case generated at runtime.Methods in org.junit.jupiter.api that return types with arguments of type DynamicNodeMethod parameters in org.junit.jupiter.api with type arguments of type DynamicNodeModifier and TypeMethodDescriptionstatic DynamicContainer
DynamicContainer.dynamicContainer
(String displayName, Iterable<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainer
for the supplied display name and collection of dynamic nodes.static DynamicContainer
DynamicContainer.dynamicContainer
(String displayName, URI testSourceUri, Stream<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainer
for the supplied display name, custom test sourceURI
, and stream of dynamic nodes.static DynamicContainer
DynamicContainer.dynamicContainer
(String displayName, Stream<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainer
for the supplied display name and stream of dynamic nodes.