Uses of Annotation Type
com.google.errorprone.annotations.DoNotMock
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of DoNotMock in com.google.errorprone.bugpatterns
Modifier 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.