Reports any JUnit test methods which are declared static, not declared public, do not return void, or have parameters. Such test methods are easy to create inadvertently, but will not be executed by JUnit test runners.