System.out.println("========================");
RunResult runResult2 = createRunResult(2, 2, 1, 3, 0);
System.out.println("========================\n");
ReportComparator c = new ReportComparator(runResult, runResult2);
RunComparison comp = c.compare();
System.out.println("\n--- comparison result in text ---");
new TextComparisonWriter().write(comp, new PrintWriter(System.out));
System.out.println("========================\n");