svalaskevicius / eventflow

cqrs+es in scala
45 stars 4 forks source link

add support for testing aggregates / projections #13

Closed svalaskevicius closed 8 years ago

svalaskevicius commented 8 years ago

Would be nice to have some testing utilities for these constructs. That would be easy if we use the interpretation model you've used here (Free monads). Can we test certain properties (property testing) here btw?