parent
2ad3a7f8a3
commit
4603d8259a
|
|
@ -37,8 +37,9 @@ import org.springframework.util.ReflectionUtils.FieldCallback;
|
||||||
* annotations.
|
* annotations.
|
||||||
*
|
*
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
|
* @since 1.4.2
|
||||||
*/
|
*/
|
||||||
class MockitoTestExecutionListener extends AbstractTestExecutionListener {
|
public class MockitoTestExecutionListener extends AbstractTestExecutionListener {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void prepareTestInstance(TestContext testContext) throws Exception {
|
public void prepareTestInstance(TestContext testContext) throws Exception {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue