Searched refs:addExcludedTest (Results 1 – 5 of 5) sorted by relevance
59 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()
204 mPlan.addExcludedTest(test1Id, new TestIdentifier(EXCLUDE_TEST_CLASS, in testSerialize_multiExclude()206 mPlan.addExcludedTest(test1Id, new TestIdentifier(EXCLUDE_TEST_CLASS, in testSerialize_multiExclude()
67 public void addExcludedTest(String id, TestIdentifier testToExclude); in addExcludedTest() method
101 filter.addExcludedTest(new TestIdentifier(classMethodPair[0], in parseTestList()190 public void addExcludedTest(String id, TestIdentifier testToExclude) { in addExcludedTest() method in TestPlan193 filter.addExcludedTest(testToExclude); in addExcludedTest()
67 public void addExcludedTest(TestIdentifier test) { in addExcludedTest() method in TestFilter