Class DirectInvocationOnMock

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

public final class DirectInvocationOnMock extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
A bugpattern; see the description.
See Also: