rules.NameConventionForJunit4TestClasses.md Maven / Gradle / Ivy
Checks the names of JUnit test classes. Classes checked are those that have at least one method annotated with `Test` or `org.junit.Test`.
Test class names must match: `.+Test\\d*|.+Tests\\d*|Test.+|Tests.+|.+IT|.+ITs|.+TestCase\\d*|.+TestCases\\d*`
© 2015 - 2024 Weber Informatics LLC | Privacy Policy