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 TypeClassDescriptionclassADynamicContaineris a container generated at runtime.classADynamicTestis a test case generated at runtime.Methods in org.junit.jupiter.api that return types with arguments of type DynamicNodeMethods in org.junit.jupiter.api with parameters of type DynamicNodeModifier and TypeMethodDescriptiondefault DynamicContainer.ConfigurationDynamicContainer.Configuration.children(DynamicNode... children) Set the children of the configuredDynamicContainer.Method parameters in org.junit.jupiter.api with type arguments of type DynamicNodeModifier and TypeMethodDescriptiondefault DynamicContainer.ConfigurationDynamicContainer.Configuration.children(Iterable<? extends DynamicNode> children) Set the children of the configuredDynamicContainer.DynamicContainer.Configuration.children(Stream<? extends DynamicNode> children) Set the children of the configuredDynamicContainer.static DynamicContainerDynamicContainer.dynamicContainer(String displayName, Iterable<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainerfor the supplied display name and collection of dynamic nodes.static DynamicContainerDynamicContainer.dynamicContainer(String displayName, @Nullable URI testSourceUri, Stream<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainerfor the supplied display name, custom test sourceURI, and stream of dynamic nodes.static DynamicContainerDynamicContainer.dynamicContainer(String displayName, Stream<? extends DynamicNode> dynamicNodes) Factory for creating a newDynamicContainerfor the supplied display name and stream of dynamic nodes.