Uses of Interface
com.google.errorprone.bugpatterns.AbstractMockChecker.MockForbidder
Packages that use AbstractMockChecker.MockForbidder
Package
Description
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.MockForbidderModifier 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
.