| <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> |