Searched refs:addExcludeAnnotation (Results 1 – 10 of 10) sorted by relevance
1022 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testCountTestCasesAnnotationFiltering()1052 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseNotAnnotationFiltering()1071 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseBothAnnotationFiltering()1118 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldTestRunMulti_Success()1127 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRun()1136 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRunMulti()1140 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testRun_shouldNotRunMulti()1149 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldRun_exclude()1458 mHostTest.addExcludeAnnotation(MyAnnotation.class.getName()); in testRun_junit_suite_annotation()1482 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcase_Junit4TestNotAnnotationFiltering()[all …]
183 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); in testRun_includeAnnotationFiltering()230 test.addExcludeAnnotation( in testRun_excludeAnnotationFiltering()
273 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in DeviceTestCase275 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
424 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in HostTest426 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
275 public void addExcludeAnnotation(String excludeAnnotation) { in addExcludeAnnotation() method in AndroidJUnitTest
491 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in IsolatedHostTest
36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() method
62 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in InstantAppHandlerTest.TestFilterable
107 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterHelper
264 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestSuiteStub