DefaultAggregateDsl

constructor(commandAggregateType: Class<C>)

Parameters

commandAggregateType

the class of the command aggregate being tested, used to create verifiers

Type Parameters

C

the command type that triggers aggregate operations

S

the state type maintained by the aggregate