Make MockitoTestExecutionListener public

Closes gh-7016
pull/7262/head
Stephane Nicoll 8 years ago
parent 2ad3a7f8a3
commit 4603d8259a

@ -37,8 +37,9 @@ import org.springframework.util.ReflectionUtils.FieldCallback;
* annotations.
*
* @author Phillip Webb
* @since 1.4.2
*/
class MockitoTestExecutionListener extends AbstractTestExecutionListener {
public class MockitoTestExecutionListener extends AbstractTestExecutionListener {
@Override
public void prepareTestInstance(TestContext testContext) throws Exception {

Loading…
Cancel
Save