AggregateSpec

abstract class AggregateSpec<C : Any, S : Any>(block: AggregateDsl<S>.() -> Unit) : AbstractDynamicTestBuilder

Constructors

Link copied to clipboard
constructor(block: AggregateDsl<S>.() -> Unit)

Properties

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

Functions

Link copied to clipboard
@TestFactory
fun execute(): Stream<DynamicNode>