Uses of Package
org.mockito.runners

Packages that use org.mockito.runners
org.mockito.runners JUnit runners. 
 

Classes in org.mockito.runners used by org.mockito.runners
MockitoJUnitRunner
          Compatible with JUnit 4.4 and higher, this runner adds following behavior: Initializes mocks annotated with Mock, so that explicit usage of MockitoAnnotations.initMocks(Object) is not necessary.