Class AssertThrowsMultipleStatements

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

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