pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Tests should fail when the context isn't accepted #69

Open marcofranssen opened 12 years ago

marcofranssen commented 12 years ago

When you forget to accept the context in your CommandExecutors the tests still succeed. They should throw an ContextNotAcceptedException or something like that so this is also caught when testing your domainScenario's.