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

Better error messages for Sequence violations #247

Merged
merged 1 commit into from
Jan 29, 2021
Merged

Conversation

asomers
Copy link
Owner

@asomers asomers commented Jan 24, 2021

Print the method name and argument values during a method sequence
violation. Argument values require the "nightly" feature, and the
arguments must implement Debug.

Fixes #241

Print the method name and argument values during a method sequence
violation.  Argument values require the "nightly" feature, and the
arguments must implement Debug.

Fixes #241
@asomers asomers merged commit fb50ec5 into master Jan 29, 2021
@asomers asomers deleted the sequence_messages branch January 29, 2021 02:28
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.

Sequence: output on failure identifying which calls were missed
1 participant