Commit 4603d825 authored by Stephane Nicoll's avatar Stephane Nicoll

Make MockitoTestExecutionListener public

Closes gh-7016
parent 2ad3a7f8
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment