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
112
def __init__(self,
test_root_path
, build_path):
116
test_root_path
: the filesystem path to the tests build directory
120
self._test_root_path =
test_root_path
135
sub_tests_path: the child path of
test_root_path
containing the tests to
136
run. If unspecified will be set to
test_root_path
.
instrumentation_test.py
224
def __init__(self,
test_root_path
, build_path):
225
test_suite.AbstractTestFactory.__init__(self,
test_root_path
,
Completed in 45 milliseconds