Its.Cqrs
Its.Cqrs copied to clipboard
provide test methods for ensuring serializability of events and commands
Methods in Its.Domain.Testing for writing tests that discover events and command types and check that they can be round-tripped through the serializer would be useful.
Not all commands need to be serialized, only those that end up on the scheduler, so some ability to distinguish or filter within the test would be needed.