Reports test methods of JUnit test case classes that do not contain any assertions. Such methods indicate either incomplete or weak test cases.

Use the table below to specify which combinations of fully qualified class name and method name regular expression qualify as assertions. Class names also match subclasses.

Use the checkbox below to specify if Java assert statements, using the assert keyword, should be considered an assertion.