blob: 9070b10bd68d6b5f5cbf63eeca8505f1b4c2795f [file] [log] [blame]
<html>
<body>
Reports JUnit classes whose <b>tearDown()</b> method
is not declared
<b>public</b>, does not return <b>void</b>, or takes arguments.
Such <b>tearDown()</b> methods are easy to create inadvertently,
and will not be executed by JUnit tests runners.
<!-- tooltip end -->
<p>
</body>
</html>