Uses of Annotation Interface
com.google.errorprone.annotations.DoNotMock
Packages that use DoNotMock
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of DoNotMock in com.google.errorprone.bugpatterns
Subclasses with type arguments of type DoNotMock in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionclass
Points out if a Mockito or EasyMock mock is mocking an object that would be better off being tested using an alternative instance.