Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java36 void addExcludeAnnotation(String notAnnotation); in addExcludeAnnotation() method
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DTestFilterable.java40 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterable
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DHostTestTest.java1074 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testCountTestCasesAnnotationFiltering()
1106 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseNotAnnotationFiltering()
1126 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcaseBothAnnotationFiltering()
1176 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldTestRunMulti_Success()
1186 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRun()
1196 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation"); in testRun_shouldNotRunMulti()
1200 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation3"); in testRun_shouldNotRunMulti()
1211 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_shouldRun_exclude()
1602 mHostTest.addExcludeAnnotation(MyAnnotation.class.getName()); in testRun_junit_suite_annotation()
1627 mHostTest.addExcludeAnnotation("com.android.tradefed.testtype.HostTestTest$MyAnnotation2"); in testRun_testcase_Junit4TestNotAnnotationFiltering()
[all …]
DDeviceTestCaseTest.java181 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); in testRun_includeAnnotationFiltering()
225 test.addExcludeAnnotation("com.android.tradefed.testtype.DeviceTestCaseTest$MyAnnotation2"); 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()
DAndroidJUnitTest.java312 public void addExcludeAnnotation(String excludeAnnotation) { in addExcludeAnnotation() method in AndroidJUnitTest
DHostTest.java464 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in HostTest
466 mFilterHelper.addExcludeAnnotation(notAnnotation); in addExcludeAnnotation()
DIsolatedHostTest.java982 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in IsolatedHostTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java110 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestFilterHelper
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java265 public void addExcludeAnnotation(String notAnnotation) { in addExcludeAnnotation() method in TestSuiteStub