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