Reports JUnit classes whose
tearDown()
method is not declared
public
, does not return
void
, or takes arguments. Such
tearDown()
methods are easy to create inadvertently, and will not be executed by JUnit tests runners.