Class JUnit4ClassAnnotationNonStatic

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.JUnit4ClassAnnotationNonStatic
All Implemented Interfaces:
BugChecker.MethodTreeMatcher, Suppressible, Serializable

public class JUnit4ClassAnnotationNonStatic extends BugChecker implements BugChecker.MethodTreeMatcher
@BeforeClass or @AfterClass should be applied to static methods.
See Also: