Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event store testing #62

Merged
merged 9 commits into from
Feb 15, 2024
Merged

Event store testing #62

merged 9 commits into from
Feb 15, 2024

Conversation

inxilpro
Copy link
Contributor

This provides a way to fake the EventStore and test with:

Verbs::assertNothingCommitted();
Verbs::assertCommitted(...);
Verbs::assertNotCommitted(...);

It's a step towards full testing affordances for the stores/queue/and state manager.

@inxilpro inxilpro merged commit c4aabc1 into main Feb 15, 2024
18 checks passed
@inxilpro inxilpro deleted the event-store-testing branch February 15, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant