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

Log events found when an assertion fails #247

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

jamietanna
Copy link

This helps quite a bit with diagnosing why an assertion fails, as the
alternative is to either attach a debugger or System.out.println the
logging events found.

Closes #189.

This helps quite a bit with diagnosing why an assertion fails, as the
alternative is to either attach a debugger or `System.out.println` the
logging events found.

Closes valfirst#189.
@jamietanna jamietanna force-pushed the feature/log-on-failure branch from d6d8baf to 34f1386 Compare March 7, 2022 10:27
@codeclimate
Copy link

codeclimate bot commented Mar 7, 2022

Code Climate has analyzed commit 34f1386 and detected 0 issues on this pull request.

View more on Code Climate.

@valfirst valfirst merged commit 31a9f8d into valfirst:master Mar 7, 2022
@jamietanna jamietanna deleted the feature/log-on-failure branch March 7, 2022 13:22
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.

Log other logging events found, when an AssertJ failure occurs
2 participants