get-eventually / eventually-rs

Event Sourcing for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eventually: add aggregate::test::Scenario

ar3s3ru opened this issue · comments

Similarly to command::test::Scenario, which can be used to test Command Handlers, having an aggregate::test::Scenario is useful to test Aggregate Root methods that produce Domain Events.