Class JUnit4ClassUsedInJUnit3

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.JUnit4ClassUsedInJUnit3
All Implemented Interfaces:
BugChecker.AnnotationTreeMatcher, BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class JUnit4ClassUsedInJUnit3 extends BugChecker implements BugChecker.MethodInvocationTreeMatcher, BugChecker.AnnotationTreeMatcher
Author:
jdesprez@google.com (Julien Desprez)
See Also: