blob: fe227cae1fbc3aca3365e2073b009cb33149be0f [file] [log] [blame]
<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>