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>

A mutable list of dynamic test nodes that can be modified by subclasses.