Searched refs:addExcludeAnnotation (Results 1 – 7 of 7) sorted by relevance
36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() method
249 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in DeviceTestCase251 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
227 public void addExcludeAnnotation(String excludeAnnotation) { in addExcludeAnnotation() method in AndroidJUnitTest
376 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in HostTest378 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
836 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testCountTestCasesAnnotationFiltering()866 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseNotAnnotationFiltering()885 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseBothAnnotationFiltering()931 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldTestRunMulti_Success()940 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRun()949 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRunMulti()953 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testRun_shouldNotRunMulti()962 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldRun_exclude()1202 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcase_Junit4TestNotAnnotationFiltering()1227 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_testcase_Junit4Test_filtering_no_more_tests()[all …]
174 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); in testRun_includeAnnotationFiltering()221 test.addExcludeAnnotation( in testRun_excludeAnnotationFiltering()
103 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterHelper