-
Notifications
You must be signed in to change notification settings - Fork 34
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
Metamorph tests should verify that no unexpected interactions occurred #339
Comments
blackwinter
changed the title
Tests should verify that no unexpected interactions occurred
Metamorph tests should verify that no unexpected interactions occurred
Oct 29, 2020
Would something along the lines of PR #341 be acceptable? |
Not all Metamorph tests fixed yet. |
Progress: ✔️
|
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
To be more in line with Flux commands; see #509.
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
Now that metafacture/metafacture-playground#153 has been resolved.
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
Add links to playground for several fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When verifying Metamorph streams, unexpected events may go unnoticed without Mockito.verifyNoMoreInteractions() (and InOrder.verifyNoMoreInteractions()).
The author's "warning" doesn't apply here, IMHO, since we actually do want to check the resulting data structure (i.e., event stream) as a whole.
Originally posted by @blackwinter in #338 (comment)
The text was updated successfully, but these errors were encountered: