Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java425 void appendTestCases(Node elem, Collection<TestMethod> cases) { in appendTestCases()
430 for (TestMethod caze : cases) { in appendTestCases()
514 Collection<TestMethod> mCases;
522 TestClass(String name, Collection<TestMethod> cases) { in TestClass()
543 Collection<TestMethod> getTestMethods(ExpectationStore expectationStore, in getTestMethods()
547 ArrayList<TestMethod> cases = new ArrayList<TestMethod>(); in getTestMethods()
582 cases.add(new TestMethod( in getTestMethods()
636 static class TestMethod { class in DescriptionGenerator
653 TestMethod(String name, String description, String controller, Set<String> abis, in TestMethod() method in DescriptionGenerator.TestMethod
DCollectAllTests.java457 testClass = new TestClass(testClassName, new ArrayList<TestMethod>()); in addToTests()
461 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis, in addToTests()