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.
Use the table below to specify special annotations.
Any parameter annotated with one of these annotations will not be reported.