DynamicTestBuilder
interface 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