Reports JUnit
setUp()
or
tearDown()
methods which are not declared
public
, do not return
void
, or take arguments. Such
setUp()
or
tearDown()
methods are easy to create inadvertently, and will not be executed by JUnit test runners.