Package org.mockito.runners
package org.mockito.runners
JUnit runners.
-
ClassesClassDescriptionUses JUnit 4.5 runner
BlockJUnit4ClassRunner
.Deprecated.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.Experimental implementation that suppose to improve tdd/testing experience.