Uses of Interface
com.google.errorprone.bugpatterns.AbstractMockChecker.MockForbidder
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractMockChecker.MockForbidder in com.google.errorprone.bugpatterns
Modifier and TypeMethodDescriptionprotected 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
.