Home
last modified time | relevance | path

Searched refs:getExcludeAnnotations (Results 1 – 24 of 24) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java50 assertEquals(0, test.getExcludeAnnotations().size()); in testApplySetup()
58 assertEquals(1, test.getExcludeAnnotations().size()); in testApplySetup()
61 test.getExcludeAnnotations().iterator().next()); in testApplySetup()
DSecondaryUserHandlerTest.java48 assertThat(test.getExcludeAnnotations()).isEmpty(); in testApplySetup()
53 assertThat(test.getExcludeAnnotations()).hasSize(1); in testApplySetup()
54 assertThat(test.getExcludeAnnotations().iterator().next()) in testApplySetup()
DSecondaryUserOnSecondaryDisplayHandlerTest.java49 assertThat(test.getExcludeAnnotations()).isEmpty(); in testApplySetup()
54 assertThat(test.getExcludeAnnotations()).hasSize(1); in testApplySetup()
55 assertThat(test.getExcludeAnnotations().iterator().next()) in testApplySetup()
DRunOnSdkSandboxHandlerTest.java64 assertEquals(0, test.getExcludeAnnotations().size()); in testApplySetup()
71 assertEquals(2, test.getExcludeAnnotations().size()); in testApplySetup()
76 assertTrue(test.getExcludeAnnotations().containsAll(expected)); in testApplySetup()
DSecondaryUserOnDefaultDisplayHandlerTest.java49 assertThat(test.getExcludeAnnotations()).isEmpty(); in testApplySetup()
54 assertThat(test.getExcludeAnnotations()).hasSize(1); in testApplySetup()
55 assertThat(test.getExcludeAnnotations().iterator().next()) in testApplySetup()
DTestFilterable.java45 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in TestFilterable
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandlerTest.java80 assertEquals(1, test.getExcludeAnnotations().size()); in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()
81 assertEquals(EXISTING_ANNOTATION_FILTER, test.getExcludeAnnotations().iterator().next()); in applySetup_removesRequireRunOnSecondaryUserFromExcludeFilters()
DRunOnWorkProfileParameterHandlerTest.java80 assertEquals(1, test.getExcludeAnnotations().size()); in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters()
81 assertEquals(EXISTING_ANNOTATION_FILTER, test.getExcludeAnnotations().iterator().next()); in applySetup_removesRequireRunOnWorkProfileFromExcludeFilters()
DRunOnCloneProfileParameterHandlerTest.java80 assertEquals(1, test.getExcludeAnnotations().size()); in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters()
81 assertEquals(EXISTING_ANNOTATION_FILTER, test.getExcludeAnnotations().iterator().next()); in applySetup_removesRequireRunOnCloneProfileFromExcludeFilters()
DRunOnPrivateProfileParameterHandlerTest.java80 assertEquals(1, test.getExcludeAnnotations().size()); in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters()
81 assertEquals(EXISTING_ANNOTATION_FILTER, test.getExcludeAnnotations().iterator().next()); in applySetup_removesRequireRunOnPrivateProfileFromExcludeFilters()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestAnnotationFilterReceiver.java52 Set<String> getExcludeAnnotations(); in getExcludeAnnotations() method
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/
DRunOnSdkSandboxHandler.java53 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
DInstantAppHandler.java58 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
DSecondaryUserHandler.java104 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/
DRunOnSecondaryUserParameterHandler.java64 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
DProfileParameterHandler.java77 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java725 assertEquals(2, stubTest.getExcludeAnnotations().size()); in testFilterParameterized_WithModuleArg()
728 assertTrue(stubTest.getExcludeAnnotations().containsAll(expected)); in testFilterParameterized_WithModuleArg()
1021 assertEquals(1, stubTest.getExcludeAnnotations().size()); in testLoadParameterizedMainlineModule_WithModuleArgs()
1022 assertEquals("test-annotation", stubTest.getExcludeAnnotations().iterator().next()); in testLoadParameterizedMainlineModule_WithModuleArgs()
DTestSuiteStub.java285 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in TestSuiteStub
DBaseTestSuiteTest.java440 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
446 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
DTestMappingSuiteRunnerTest.java990 assertEquals(1, test.getExcludeAnnotations().size()); in testLoadTestsForMainline()
991 assertEquals("test-annotation", test.getExcludeAnnotations().iterator().next()); in testLoadTestsForMainline()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java332 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in AndroidJUnitTest
DIsolatedHostTest.java1006 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in IsolatedHostTest
DHostTest.java486 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in HostTest