Home
last modified time | relevance | path

Searched refs:getClasses (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java348 for (Class<?> classObj : getClasses()) { in countTestCases()
514 List<Class<?>> classes = getClasses(); in run()
558 for (Class<?> classObj : getClasses()) { in runTestClasses()
845 List<Class<?>> classes = getClasses(); in getTestMethods()
897 protected final List<Class<?>> getClasses() throws IllegalArgumentException { in getClasses() method in HostTest
1213 List<Class<?>> classes = getClasses(); in split()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java115 List<Class<?>> klasses = this.getClasses(params); in runTests()
152 private List<Class<?>> getClasses(TestParameters params) { in getClasses() method in IsolationRunner
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostTestTest.java1726 assertEquals(1, hostTest.getClasses().size()); in testRun_junit_suite_split_by_method()
1728 assertEquals(expectedTestCaseClasses[i], hostTest.getClasses().get(0)); in testRun_junit_suite_split_by_method()
1823 assertEquals(n, hostTest.getClasses().size()); in testGetTestShardable_wrapping_shardUnit_method()
1826 assertEquals(expectedTestCaseClasses[j++], hostTest.getClasses().get(k)); in testGetTestShardable_wrapping_shardUnit_method()