<html> | |
<body> | |
Reports any JUnit test methods which are declared <b>static</b>, not declared | |
<b>public</b>, do not return | |
<b>void</b>, or have parameters. | |
Such test methods are easy to create inadvertently, but will not be executed by | |
JUnit test runners. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |