Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoaderTest.java536 assertEquals(2, stubTest.getExcludeAnnotations().size()); in testFilterParameterized_WithModuleArg()
539 assertTrue(stubTest.getExcludeAnnotations().containsAll(expected)); in testFilterParameterized_WithModuleArg()
850 assertEquals(1, stubTest.getExcludeAnnotations().size()); in testLoadParameterizedMainlineModule_WithModuleArgs()
851 assertEquals("test-annotation", stubTest.getExcludeAnnotations().iterator().next()); in testLoadParameterizedMainlineModule_WithModuleArgs()
DBaseTestSuiteTest.java444 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
450 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
DTestMappingSuiteRunnerTest.java934 assertEquals(1, test.getExcludeAnnotations().size()); in testLoadTestsForMainline()
935 assertEquals("test-annotation", test.getExcludeAnnotations().iterator().next()); in testLoadTestsForMainline()
DTestSuiteStub.java284 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in TestSuiteStub
/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/
DInstantAppHandler.java59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
DSecondaryUserHandler.java59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/
DInstantAppHandlerTest.java67 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in InstantAppHandlerTest.TestFilterable
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in DeviceTestCase
DAndroidJUnitTest.java295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in AndroidJUnitTest
DIsolatedHostTest.java515 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in IsolatedHostTest
DHostTest.java446 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in HostTest