Home
last modified time | relevance | path

Searched refs:getIncludeAnnotations (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DRunOnSdkSandboxHandlerTest.java63 assertEquals(0, test.getIncludeAnnotations().size()); in testApplySetup()
69 assertEquals(0, test.getIncludeAnnotations().size()); in testApplySetup()
DTestFilterable.java50 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestFilterable
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandlerTest.java66 assertEquals(1, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
68 REQUIRE_RUN_ON_SECONDARY_USER_NAME, test.getIncludeAnnotations().iterator().next()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
DRunOnWorkProfileParameterHandlerTest.java66 assertEquals(1, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()
68 REQUIRE_RUN_ON_WORK_PROFILE_NAME, test.getIncludeAnnotations().iterator().next()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()
DRunOnCloneProfileParameterHandlerTest.java66 assertEquals(1, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()
68 REQUIRE_RUN_ON_CLONE_PROFILE_NAME, test.getIncludeAnnotations().iterator().next()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()
DRunOnPrivateProfileParameterHandlerTest.java66 assertEquals(1, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()
68 test.getIncludeAnnotations().iterator().next()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java49 Set<String> getIncludeAnnotations(); in getIncludeAnnotations() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java289 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java326 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in AndroidJUnitTest
DIsolatedHostTest.java1000 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in IsolatedHostTest
DHostTest.java480 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in HostTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestSuiteStub.java280 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestSuiteStub
DBaseTestSuiteTest.java436 assertEquals(0, testSuiteStub.getIncludeAnnotations().size()); in testLoadTests_parameterizedModule()