We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The way notifications work is changed in this PR.
In versions up to and including v1.0.0 a custom RunListener implementation receives the following notifications when a suite is skipped:
RunListener
org.junit.runner.notification.RunListener#testSuiteStarted
org.junit.runner.notification.RunListener#testIgnored
org.junit.runner.notification.RunListener#testSuiteFinished
With the PR referenced above only the org.junit.runner.notification.RunListener#testIgnored notification is fired for such suites.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! We should probably rework this to still send notification, but not print them. 🤔
I will not have time to work on that anytime soon, so any contributions would be welcome.
Sorry, something went wrong.
No branches or pull requests
The way notifications work is changed in this PR.
In versions up to and including v1.0.0 a custom
RunListener
implementation receives the following notifications when a suite is skipped:org.junit.runner.notification.RunListener#testSuiteStarted
org.junit.runner.notification.RunListener#testIgnored
org.junit.runner.notification.RunListener#testSuiteFinished
With the PR referenced above only the
org.junit.runner.notification.RunListener#testIgnored
notification is fired for such suites.The text was updated successfully, but these errors were encountered: