AbstractDynamicTestBuilder

Abstract base implementation of DynamicTestBuilder that provides a mutable list for dynamic nodes.

This class can be extended to build custom dynamic test builders that accumulate DynamicNode instances during test construction.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val dynamicNodes: MutableList<DynamicNode>

Mutable dynamic test nodes that subclasses can append to.