Searched refs:textReporter (Results 1 – 1 of 1) sorted by relevance
30 private TextReporter textReporter; field in TextReporterTest37 textReporter = new TextReporter(new PrintStream(summaryBuffer), new PrintStream(logBuffer)); in setUp()41 textReporter.startTests("Some platform", Arrays.asList(new String[] {"candidate A", in testReportsSuccessesInTabularFormat()45 textReporter.startTest("candidate A", "instantiator1"); in testReportsSuccessesInTabularFormat()46 textReporter.result(false); in testReportsSuccessesInTabularFormat()47 textReporter.startTest("candidate A", "instantiator2"); in testReportsSuccessesInTabularFormat()48 textReporter.result(false); in testReportsSuccessesInTabularFormat()49 textReporter.startTest("candidate A", "instantiator3"); in testReportsSuccessesInTabularFormat()50 textReporter.result(true); in testReportsSuccessesInTabularFormat()52 textReporter.startTest("candidate B", "instantiator1"); in testReportsSuccessesInTabularFormat()[all …]