OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_TestCollection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/android/pylib/base/
test_dispatcher.py
65
class
_TestCollection
(object):
143
test_collection: A
_TestCollection
from which to get _Test objects to run.
227
test_collection_factory: A callable to generate a
_TestCollection
object for
344
# Generate a shared
_TestCollection
object for all test runners, so they
346
shared_test_collection =
_TestCollection
([_Test(t) for t in tests])
351
# Generate a unique
_TestCollection
object for each test runner, but use
353
test_collection_factory = lambda:
_TestCollection
([_Test(t) for t in tests])
test_dispatcher_unittest.py
85
tests = test_dispatcher.
_TestCollection
(
126
shared_test_collection = test_dispatcher.
_TestCollection
(
Completed in 42 milliseconds