Searched refs:getIncludeAnnotations (Results 1 – 13 of 13) sorted by relevance
68 assertEquals(2, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()69 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_WORK_PROFILE_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()70 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_WORK_PROFILE_LEGACY_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnWorkProfile()
68 assertEquals(2, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()69 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_SECONDARY_USER_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()71 test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_SECONDARY_USER_LEGACY_NAME) in applySetup_replacesIncludeAnnotationsWithRequireRunOnSecondaryUser()
68 assertEquals(2, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()69 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_CLONE_PROFILE_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()70 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_CLONE_PROFILE_LEGACY_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnCloneProfile()
68 assertEquals(2, test.getIncludeAnnotations().size()); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()69 assertTrue(test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_PRIVATE_PROFILE_NAME)); in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()71 test.getIncludeAnnotations().contains(REQUIRE_RUN_ON_PRIVATE_PROFILE_LEGACY_NAME) in applySetup_replacesIncludeAnnotationsWithRequireRunOnPrivateProfile()
63 assertEquals(0, test.getIncludeAnnotations().size()); in testApplySetup()69 assertEquals(0, test.getIncludeAnnotations().size()); in testApplySetup()
50 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestFilterable
49 Set<String> getIncludeAnnotations(); in getIncludeAnnotations() method
280 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in TestSuiteStub
436 assertEquals(0, testSuiteStub.getIncludeAnnotations().size()); in testLoadTests_parameterizedModule()
289 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in DeviceTestCase
317 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in AndroidJUnitTest
1085 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in IsolatedHostTest
484 public Set<String> getIncludeAnnotations() { in getIncludeAnnotations() method in HostTest