Home
last modified time | relevance | path

Searched refs:addExcludedTest (Results 1 – 5 of 5) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DTestFilterTest.java59 mFilter.addExcludedTest(TEST1); in testFilter_excludeTest()
139 mFilter.addExcludedTest(TEST1); in testFilter_includeAndExcludeTests()
159 mFilter.addExcludedTest(TEST1); in testFilter_includeClassAndExcludeTest()
172 mFilter.addExcludedTest(TEST1); in testFilter_includeClassAndExcludeTests()
173 mFilter.addExcludedTest(TEST2); in testFilter_includeClassAndExcludeTests()
DTestPlanTest.java204 mPlan.addExcludedTest(test1Id, new TestIdentifier(EXCLUDE_TEST_CLASS, in testSerialize_multiExclude()
206 mPlan.addExcludedTest(test1Id, new TestIdentifier(EXCLUDE_TEST_CLASS, in testSerialize_multiExclude()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPlan.java67 public void addExcludedTest(String id, TestIdentifier testToExclude); in addExcludedTest() method
DTestPlan.java101 filter.addExcludedTest(new TestIdentifier(classMethodPair[0], in parseTestList()
190 public void addExcludedTest(String id, TestIdentifier testToExclude) { in addExcludedTest() method in TestPlan
193 filter.addExcludedTest(testToExclude); in addExcludedTest()
DTestFilter.java67 public void addExcludedTest(TestIdentifier test) { in addExcludedTest() method in TestFilter