Uses of Class
org.junit.jupiter.api.DynamicNode
Packages that use DynamicNode
Package
Description
JUnit Jupiter API for writing tests.
Test descriptors used within the JUnit Jupiter test engine.
-
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.Fields in org.junit.jupiter.api with type parameters of type DynamicNodeModifier and TypeFieldDescriptionprivate final Stream
<? extends DynamicNode> DynamicContainer.children
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.Constructor parameters in org.junit.jupiter.api with type arguments of type DynamicNodeModifierConstructorDescriptionprivate
DynamicContainer
(String displayName, URI testSourceUri, Stream<? extends DynamicNode> children) -
Uses of DynamicNode in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type DynamicNodeModifier and TypeMethodDescriptionprivate Stream
<DynamicNode> TestFactoryTestDescriptor.toDynamicNodeStream
(Object testFactoryMethodResult) Methods in org.junit.jupiter.engine.descriptor with parameters of type DynamicNodeModifier and TypeMethodDescription(package private) static Optional
<JupiterTestDescriptor> TestFactoryTestDescriptor.createDynamicDescriptor
(JupiterTestDescriptor parent, DynamicNode node, int index, TestSource defaultTestSource, DynamicDescendantFilter dynamicDescendantFilter, JupiterConfiguration configuration) private Optional
<JupiterTestDescriptor> DynamicContainerTestDescriptor.toDynamicDescriptor
(int index, DynamicNode childNode) Constructors in org.junit.jupiter.engine.descriptor with parameters of type DynamicNodeModifierConstructorDescription(package private)
DynamicNodeTestDescriptor
(UniqueId uniqueId, int index, DynamicNode dynamicNode, TestSource testSource, JupiterConfiguration configuration)