Class MissingTestCall

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

public final class MissingTestCall extends BugChecker implements BugChecker.MethodTreeMatcher
Matches test helpers which require a terminating method to be called.
Author:
ghm@google.com (Graeme Morgan)
See Also: