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

Unit Testing Framework for Saga #191

Open
briansain opened this issue Aug 23, 2024 · 0 comments
Open

Unit Testing Framework for Saga #191

briansain opened this issue Aug 23, 2024 · 0 comments
Assignees

Comments

@briansain
Copy link
Contributor

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
There is a unit test framework for testing aggregates, but not for sagas. The documentation says that sagas are coming, but with the transition of the project that got left behind. I'd like to see this feature added so unit testing with akkatecture sagas is as clean as testing with aggregates.

Describe alternatives you've considered
Testing can currently be with just the Akka dotnet TestKit, but it could potentially not follow the flow that was setup with aggregate testing and it's harder to do by hand.

Additional context
Need to discuss how to do this because it is a more complex scenario than aggregate testing.

@briansain briansain self-assigned this Aug 23, 2024
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

No branches or pull requests

1 participant