Reports JUnit 4.0
@Before
or
@After
methods which are not declared
public
, do not return
void
, or take arguments. Such methods are easy to create inadvertently, but will not be executed by JUnit tests runners.