Reports any JUnit test methods whose names which are not declared
public
, do not return
void
, or take arguments. Such test methods are easy to create inadvertently, but will not be executed by JUnit test runners.