Searched refs:test_root_path (Results 1 – 3 of 3) sorted by relevance
/development/testrunner/test_defs/ |
D | test_suite.py | 112 def __init__(self, test_root_path, build_path): argument 120 self._test_root_path = test_root_path
|
D | gtest.py | 62 def __init__(self, test_root_path, build_path): argument 63 test_suite.AbstractTestFactory.__init__(self, test_root_path,
|
D | instrumentation_test.py | 224 def __init__(self, test_root_path, build_path): argument 225 test_suite.AbstractTestFactory.__init__(self, test_root_path,
|