Searched refs:test_root_path (Results 1 – 3 of 3) sorted by relevance
/development/testrunner/test_defs/ |
D | test_suite.py | 121 def __init__(self, test_root_path, build_path): argument 129 self._test_root_path = test_root_path
|
D | gtest.py | 74 def __init__(self, test_root_path, build_path): argument 75 test_suite.AbstractTestFactory.__init__(self, test_root_path,
|
D | instrumentation_test.py | 228 def __init__(self, test_root_path, build_path): argument 229 test_suite.AbstractTestFactory.__init__(self, test_root_path,
|