HomeSort by relevance Sort by last modified time
    Searched refs:test_root_path (Results 1 - 4 of 4) sorted by null

  /development/testrunner/test_defs/
gtest.py 74 def __init__(self, test_root_path, build_path):
75 test_suite.AbstractTestFactory.__init__(self, test_root_path,
test_suite.py 121 def __init__(self, test_root_path, build_path):
125 test_root_path: the filesystem path to the tests build directory
129 self._test_root_path = test_root_path
144 sub_tests_path: the child path of test_root_path containing the tests to
145 run. If unspecified will be set to test_root_path.
instrumentation_test.py 228 def __init__(self, test_root_path, build_path):
229 test_suite.AbstractTestFactory.__init__(self, test_root_path,
  /external/yapf/yapftests/
file_resources_test.py 297 def test_root_path(self): member in class:IsIgnoredTest

Completed in 2655 milliseconds