annotations library
Classes
- GenerateMocks
- An annotation to direct Mockito to generate mock classes.
- GenerateNiceMocks
- An annotation to direct Mockito to generate mock classes.
-
MockSpec<
T> - A specification of how to mock a specific class.
Enums
- OnMissingStub
- Values indicating the action to perform when a real call is made to a mock method (or getter) when no stub is found.