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
NoTestIgnoreRuleTest should also flag @ArchIgnore annotations without a provided reason
NoTestIgnoreRuleTest
It is a :
Currently NoTestIgnoreRuleTest only checks for JUnit 4's @Ignore and JUnit 5's @Disable, but does not check for ArchUnit's @ArchIgnore annotation.
@Ignore
@Disable
The text was updated successfully, but these errors were encountered:
In which dependency is this annotation located ? I am not getting it right now..
Sorry, something went wrong.
archunit-junit5-api (https://www.archunit.org/userguide/html/000_Index.html#_ignoring_tests)
No branches or pull requests
Summary
NoTestIgnoreRuleTest
should also flag @ArchIgnore annotations without a provided reasonType of Issue
It is a :
Motivation
Currently
NoTestIgnoreRuleTest
only checks for JUnit 4's@Ignore
and JUnit 5's@Disable
, but does not check for ArchUnit's @ArchIgnore annotation.The text was updated successfully, but these errors were encountered: