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

  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 31 * Unit tests for {@link TestPlan}.
41 static final String EMPTY_DATA = "<TestPlan version=\"1.0\" />";
44 "<TestPlan version=\"1.0\">" +
47 "</TestPlan>";
50 "<TestPlan version=\"1.0\">" +
53 "</TestPlan>";
56 "<TestPlan version=\"1.0\">" +
60 "</TestPlan>";
63 "<TestPlan version=\"1.0\">" +
66 "</TestPlan>";
    [all...]
  /cts/tools/utils/
buildCts.py 108 plan = tools.TestPlan(packages)
122 plan = tools.TestPlan(packages)
126 plan = tools.TestPlan(packages)
131 plan = tools.TestPlan(packages)
135 plan = tools.TestPlan(packages)
139 plan = tools.TestPlan(packages)
143 plan = tools.TestPlan(packages)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 23 import com.android.cts.tradefed.testtype.TestPlan;
111 ITestPlan derivedPlan = new TestPlan(mPlanName);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPlan.java 37 * Implementation of {@link TestPlan}.
39 public class TestPlan extends AbstractXmlParser implements ITestPlan {
96 public TestPlan(String name) {
178 serializer.startTag(null, "TestPlan");
186 serializer.endTag(null, "TestPlan");
CtsTest.java 596 * Factory method for creating a {@link TestPlan}.
601 return new TestPlan(planName);
605 * Factory method for creating a {@link TestPlan} from a {@link PlanCreator}.
  /cts/tools/utils/cts/
tools.py 110 class TestPlan(object):
163 plan = doc.createElement('TestPlan')

Completed in 156 milliseconds