Class TestExceptionChecker

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

public class TestExceptionChecker extends BugChecker implements BugChecker.MethodTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: