Home
last modified time | relevance | path

Searched refs:textReporter (Results 1 – 1 of 1) sorted by relevance

/external/objenesis/tck/test/org/objenesis/tck/
DTextReporterTest.java30 private TextReporter textReporter; field in TextReporterTest
37 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 …]