Class JUnit4TestsNotRunWithinEnclosed

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

public final class JUnit4TestsNotRunWithinEnclosed extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Finds tests that won't run due to the enclosing runner.
See Also: