Home
last modified time | relevance | path

Searched refs:TestLoader (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/tools/lab/
Dtest_main.py22 suite = unittest.TestLoader().discover(
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dunittest_bundle.py22 suite = unittest.TestLoader().discover(
/tools/test/connectivity/acts/framework/tests/
Dacts_unittest_suite.py40 loader = unittest.TestLoader()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DTestLoaderTest.java45 Test loadedSuite = new TestLoader().loadTests(tmpJar, Collections.EMPTY_LIST); in testLoadTests()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestLoader.java41 public class TestLoader { class