OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_root_path
(Results
1 - 3
of
3
) sorted by null
/development/testrunner/test_defs/
gtest.py
62
def __init__(self,
test_root_path
, build_path):
63
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
226
def __init__(self,
test_root_path
, build_path):
227
test_suite.AbstractTestFactory.__init__(self,
test_root_path
,
Completed in 121 milliseconds