blob: 7ea4d2b8df148b329279084b3facc60f15b83cc6 [file] [log] [blame] [view] [edit]
The `@Mock` annotation is used to automatically initialize mocks using
`MockitoAnnotations.initMocks`, or `MockitoJUnitRunner`.
Variables annotated this way should not be explicitly initialized, as this will
be overwritten by automatic initialization.