DynamicTestBuilder

Interface for building dynamic test nodes in JUnit 5.

Implementations of this interface provide a list of DynamicNode instances that can be used to create dynamic tests at runtime.

See also

DynamicNode

Inheritors

Properties

Link copied to clipboard
abstract val dynamicNodes: List<DynamicNode>

A list of dynamic test nodes to be executed.