Remove unnecessary System.out in tests

This commit is contained in:
Stephane Nicoll
2015-06-23 15:57:40 +02:00
parent 0bb0f32c88
commit d0698bd8ed
3 changed files with 2 additions and 7 deletions

View File

@@ -223,7 +223,6 @@ public class ConditionEvaluationReportTests {
List<String> messages = new ArrayList<String>();
for (ConditionAndOutcome outcome : outcomes) {
messages.add(outcome.getOutcome().getMessage());
System.out.println(outcome.getOutcome().getMessage());
}
Matcher<String> onClassMessage = containsString("@ConditionalOnClass "