Uses of Package
org.mockito.runners
Packages that use org.mockito.runners
-
Classes in org.mockito.runners used by org.mockito.runnersClassDescriptionCompatible with JUnit 4.4 and higher, this runner adds following behavior: Initializes mocks annotated with
Mock
, so that explicit usage ofMockitoAnnotations.initMocks(Object)
is not necessary.