Commit 8864f85b authored by Johnny Lim's avatar Johnny Lim Committed by Phillip Webb

Remove System.out.println()

parent b398b331
...@@ -42,7 +42,6 @@ class MockitoTestExecutionListener extends AbstractTestExecutionListener { ...@@ -42,7 +42,6 @@ class MockitoTestExecutionListener extends AbstractTestExecutionListener {
@Override @Override
public void prepareTestInstance(TestContext testContext) throws Exception { public void prepareTestInstance(TestContext testContext) throws Exception {
System.out.println("Prepare");
if (hasMockitoAnnotations(testContext)) { if (hasMockitoAnnotations(testContext)) {
MockitoAnnotations.initMocks(testContext.getTestInstance()); MockitoAnnotations.initMocks(testContext.getTestInstance());
} }
......
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