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:
[email protected] (Julien Desprez)
See Also: