Its.Cqrs icon indicating copy to clipboard operation
Its.Cqrs copied to clipboard

provide test methods for ensuring serializability of events and commands

Open jonsequitur opened this issue 10 years ago • 0 comments

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.

jonsequitur avatar Jan 20 '15 19:01 jonsequitur