Uses of Interface
com.google.errorprone.bugpatterns.AbstractMockChecker.MockForbidder
Package | Description |
---|---|
com.google.errorprone.bugpatterns |
Checks added to the java compiler which detect common bug patterns.
|
-
Uses of AbstractMockChecker.MockForbidder in com.google.errorprone.bugpatterns
Methods in com.google.errorprone.bugpatterns that return AbstractMockChecker.MockForbidder Modifier and Type Method Description protected AbstractMockChecker.MockForbidder
AbstractMockChecker. forbidder()
Produce a MockForbidder to use when looking for disallowed mocks, in addition to the built-in checks for Annotations of typeT
.