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