Searched refs:getExcludeAnnotations (Results 1 – 12 of 12) sorted by relevance
536 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()
444 .getExcludeAnnotations() in testLoadTests_parameterizedModule()450 .getExcludeAnnotations() in testLoadTests_parameterizedModule()
934 assertEquals(1, test.getExcludeAnnotations().size()); in testLoadTestsForMainline()935 assertEquals("test-annotation", test.getExcludeAnnotations().iterator().next()); in testLoadTestsForMainline()
284 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in TestSuiteStub
52 Set<String> getExcludeAnnotations(); in getExcludeAnnotations() method
59 Set<String> excludeAnnotations = new HashSet<>(filterTest.getExcludeAnnotations()); in applySetup()
67 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in InstantAppHandlerTest.TestFilterable
295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in DeviceTestCase
295 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in AndroidJUnitTest
515 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in IsolatedHostTest
446 public Set<String> getExcludeAnnotations() { in getExcludeAnnotations() method in HostTest