Commit 5479c4cd authored by Phillip Webb's avatar Phillip Webb

Merge pull request #5565 from izeye/patch-3

* patch-3:
  Remove System.out.println()
parents b398b331 8864f85b
......@@ -42,7 +42,6 @@ class MockitoTestExecutionListener extends AbstractTestExecutionListener {
@Override
public void prepareTestInstance(TestContext testContext) throws Exception {
System.out.println("Prepare");
if (hasMockitoAnnotations(testContext)) {
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