Home
last modified time | relevance | path

Searched refs:addExcludeAnnotation (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java1022 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 …]
DDeviceTestCaseTest.java183 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); in testRun_includeAnnotationFiltering()
230 test.addExcludeAnnotation( in testRun_excludeAnnotationFiltering()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java273 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in DeviceTestCase
275 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DHostTest.java424 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in HostTest
426 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DAndroidJUnitTest.java275 public void addExcludeAnnotation(String excludeAnnotation) { in addExcludeAnnotation() method in AndroidJUnitTest
DIsolatedHostTest.java491 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java62 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java107 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java264 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestSuiteStub