Searched refs:_TestCollection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py66 class _TestCollection(object): class in inherits:object
140 test_collection: A _TestCollection from which to get _Test objects to run.
224 test_collection_factory: A callable to generate a _TestCollection object for
369 # Generate a shared _TestCollection object for all test runners, so they
371 shared_test_collection = _TestCollection([_Test(t) for t in tests])
376 # Generate a unique _TestCollection object for each test runner, but use
378 test_collection_factory = lambda: _TestCollection([_Test(t) for t in tests])
H A Dtest_dispatcher_unittest.py85 tests = test_dispatcher._TestCollection(
126 shared_test_collection = test_dispatcher._TestCollection(

Completed in 414 milliseconds