[][src]Module cqrs_es::test

Test provides a test framework for building a resilient test base around aggregates.

Structs

AggregateResultValidator

Validation object for the TestFramework package.

AggregateTestExecutor

Holds the initial event state of an aggregate and accepts a command.

TestFramework

A framework for rigorously testing the aggregate logic, one of the most important parts of any CQRS system.