OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestDefinitions
(Results
1 - 2
of
2
) sorted by null
/development/testrunner/test_defs/
test_defs.py
30
class
TestDefinitions
(object):
121
"""Parses out a
TestDefinitions
from given path to xml file.
126
a
TestDefinitions
object containing data parsed from file_path
130
tests_result =
TestDefinitions
()
/development/testrunner/
runtest.py
215
A
TestDefinitions
object that contains the set of parsed tests.
220
known_tests = test_defs.
TestDefinitions
()
Completed in 364 milliseconds