Module cqrs_es2::test[][src]

Expand description

Test provides a test framework for building a resilient test base around aggregates. A TestFramework should be used to build a comprehensive set of aggregate tests to verify your application logic (aka business rules).

Structs

Validation object for the TestFramework package.

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

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