Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DBaseRetryDecisionTest.java83 public Set<String> getIncludeFilters() { in getIncludeFilters() method in BaseRetryDecisionTest.TestFilterableClass
125 assertEquals(1, mTestClass.getIncludeFilters().size()); in testShouldRetry_failure()
126 assertTrue(mTestClass.getIncludeFilters().contains("class#method2")); in testShouldRetry_failure()
137 assertEquals(1, mTestClass.getIncludeFilters().size()); in testShouldRetry_failure_nonRetriable()
138 assertTrue(mTestClass.getIncludeFilters().contains("class#method")); in testShouldRetry_failure_nonRetriable()
148 assertEquals(1, mTestClass.getIncludeFilters().size()); in testShouldRetry_success()
149 assertTrue(mTestClass.getIncludeFilters().contains("class#method2")); in testShouldRetry_success()
161 assertEquals(1, mTestClass.getIncludeFilters().size()); in testShouldRetry_morefailure()
162 assertTrue(mTestClass.getIncludeFilters().contains("class#method2")); in testShouldRetry_morefailure()
175 assertEquals(0, mTestClass.getIncludeFilters().size()); in testShouldRetry_runFailure()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustTestBaseTest.java49 assertEquals(set0, runner.getIncludeFilters()); in testIncludeFilters()
51 assertEquals(set1, runner.getIncludeFilters()); in testIncludeFilters()
53 assertEquals(set0, runner.getIncludeFilters()); in testIncludeFilters()
56 assertEquals(set2, runner.getIncludeFilters()); in testIncludeFilters()
59 assertEquals(set0, runner.getIncludeFilters()); in testIncludeFilters()
78 assertEquals(set0, runner.getIncludeFilters()); in testExcludeFilters()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestFilterReceiver.java54 Set<String> getIncludeFilters(); in getIncludeFilters() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/
DAtestRunner.java120 LinkedHashMap<String, HashSet<String>> includeFilters = getIncludeFilters(); in loadTests()
143 private LinkedHashMap<String, HashSet<String>> getIncludeFilters() { in getIncludeFilters() method in AtestRunner
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustTestBase.java133 public Set<String> getIncludeFilters() { in getIncludeFilters() method in RustTestBase
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstalledInstrumentationsTestTest.java123 assertEquals(1, mockInstrumentationTest.getIncludeFilters().size()); in testRun_retry()
124 assertTrue(mockInstrumentationTest.getIncludeFilters().contains(testDesc.toString())); in testRun_retry()
DGoogleBenchmarkTestTest.java406 if (mGoogleBenchmarkTest.getIncludeFilters().size() > 0) { in doTestFilter()
409 mGoogleBenchmarkTest.getIncludeFilters()); in doTestFilter()
499 assertEquals(expectedIncFilters, mGoogleBenchmarkTest.getIncludeFilters()); in testClearFilter()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java308 public Set<String> getIncludeFilters() { in getIncludeFilters() method in HostTest
309 return mFilterHelper.getIncludeFilters(); in getIncludeFilters()
580 Set<String> includes = mFilterHelper.getIncludeFilters(); in runTestClasses()
868 Set<String> includes = mFilterHelper.getIncludeFilters(); in getTestMethods()
1181 Set<String> includes = mFilterHelper.getIncludeFilters(); in applyFilters()
1242 test.addAllIncludeFilters(mFilterHelper.getIncludeFilters()); in split()
DDeviceTestCase.java234 public Set<String> getIncludeFilters() { in getIncludeFilters() method in DeviceTestCase
DGoogleBenchmarkTest.java379 public Set<String> getIncludeFilters() { in getIncludeFilters() method in GoogleBenchmarkTest
DAndroidJUnitTest.java225 public Set<String> getIncludeFilters() { in getIncludeFilters() method in AndroidJUnitTest
DGTestBase.java322 public Set<String> getIncludeFilters() { in getIncludeFilters() method in GTestBase
DIsolatedHostTest.java451 public Set<String> getIncludeFilters() { in getIncludeFilters() method in IsolatedHostTest
DUiAutomatorTest.java592 public Set<String> getIncludeFilters() { in getIncludeFilters() method in UiAutomatorTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java118 public Set<String> getIncludeFilters() { in getIncludeFilters() method in TestFilterHelper
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java133 public Set<String> getIncludeFilters() { in getIncludeFilters() method in ExecutableBaseTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestSuiteStub.java244 public Set<String> getIncludeFilters() { in getIncludeFilters() method in TestSuiteStub
DTestMappingSuiteRunnerTest.java874 assertTrue(test.getIncludeFilters().contains("test-filter")); in testLoadTestsForMainline()
877 assertTrue(test.getIncludeFilters().contains("test-filter2")); in testLoadTestsForMainline()
880 assertTrue(test.getIncludeFilters().isEmpty()); in testLoadTestsForMainline()
DSuiteModuleLoaderTest.java203 public Set<String> getIncludeFilters() { in getIncludeFilters() method in SuiteModuleLoaderTest.TestInject
DGranularRetriableTestWrapperTest.java185 public Set<String> getIncludeFilters() { in getIncludeFilters() method in GranularRetriableTestWrapperTest.FakeTest
DModuleDefinitionTest.java265 public Set<String> getIncludeFilters() { in getIncludeFilters() method in ModuleDefinitionTest.MultiRunTestObject
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java148 public Set<String> getIncludeFilters() { in getIncludeFilters() method in GameQualificationHostsideController
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java167 public Set<String> getIncludeFilters() { in getIncludeFilters() method in PythonBinaryHostTest
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...