HomeSort by relevance Sort by last modified time
    Searched refs:TextReporter (Results 1 - 3 of 3) sorted by null

  /external/objenesis/tck/src/org/objenesis/tck/
Main.java 67 TextReporter reporter = new TextReporter(System.out, System.err);
TextReporter.java 38 public class TextReporter implements Reporter {
91 public TextReporter(PrintStream summary, PrintStream log) {
  /external/objenesis/tck/test/org/objenesis/tck/
TextReporterTest.java 30 private TextReporter textReporter;
37 textReporter = new TextReporter(new PrintStream(summaryBuffer), new PrintStream(logBuffer));
41 textReporter.startTests("Some platform", Arrays.asList(new String[] {"candidate A",
45 textReporter.startTest("candidate A", "instantiator1");
46 textReporter.result(false);
47 textReporter.startTest("candidate A", "instantiator2");
48 textReporter.result(false);
49 textReporter.startTest("candidate A", "instantiator3")
    [all...]

Completed in 567 milliseconds