Home
last modified time | relevance | path

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

/external/objenesis/tck/src/org/objenesis/tck/
DReporter.java44 void startTests(String platformDescription, Collection allCandidates, in startTests() method
DTCK.java88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), in runTests()
DTextReporter.java96 public void startTests(String platformDescription, Collection allCandidates, in startTests() method in TextReporter
/external/objenesis/tck/test/org/objenesis/tck/
DTextReporterTest.java41 textReporter.startTests("Some platform", Arrays.asList(new String[] {"candidate A", in testReportsSuccessesInTabularFormat()
DTCKTest.java133 public void startTests(String platformDescription, Collection allCandidates, in startTests() method in TCKTest.RecordingReporter
DObjenesisTest.java48 public void startTests(String platformDescription, Collection allCandidates, in startTests() method in ObjenesisTest.JUnitReporter
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3324 String[][] startTests = { in TestCharUtils() local
3331 for (String[] row : startTests) { in TestCharUtils()