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

Support assertions on saga state #333

Closed
jangalinski opened this issue Sep 20, 2023 · 0 comments · Fixed by #338
Closed

Support assertions on saga state #333

jangalinski opened this issue Sep 20, 2023 · 0 comments · Fixed by #338
Assignees
Labels
Type: enhancement New feature or request
Milestone

Comments

@jangalinski
Copy link
Contributor

SagaFixtures internally have an InMemorySagaStore that keeps the state of the saga under test.
It is a private field and not accessible.

It would be great if we could access/load the current saga state to make assertions (not restricted to hamcrest).

@jangalinski jangalinski self-assigned this Sep 21, 2023
@jangalinski jangalinski added this to the 4.8.3.0 milestone Sep 21, 2023
@jangalinski jangalinski added the Type: enhancement New feature or request label Sep 21, 2023
jangalinski added a commit that referenced this issue Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant