Searched refs:startTests (Results 1 - 6 of 6) sorted by relevance

/external/objenesis/tck/src/org/objenesis/tck/
H A DReporter.java27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests
44 void startTests(String platformDescription, Collection allCandidates, method in interface:Reporter
H A DTCK.java88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions),
H A DTextReporter.java96 public void startTests(String platformDescription, Collection allCandidates, method in class:TextReporter
/external/objenesis/tck/test/org/objenesis/tck/
H A DTextReporterTest.java41 textReporter.startTests("Some platform", Arrays.asList(new String[] {"candidate A",
H A DTCKTest.java69 assertEquals("" + "startTests()\n" + "startTest('Candidate A', 'Instantiator1')\n"
95 assertEquals("" + "startTests()\n" + "startTest('Candidate A', 'instantiator')\n" + // A
133 public void startTests(String platformDescription, Collection allCandidates, method in class:TCKTest.RecordingReporter
135 log.append("startTests()\n");
H A DObjenesisTest.java48 public void startTests(String platformDescription, Collection allCandidates, method in class:ObjenesisTest.JUnitReporter

Completed in 109 milliseconds