OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalSuite
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
test_runner_utils_unittest.py
96
self.mox.StubOutWithMock(test_runner_utils.
LocalSuite
,
99
suite = test_runner_utils.
LocalSuite
([], "tag", [], None, getter,
119
self.mox.StubOutWithMock(test_runner_utils.
LocalSuite
,
121
test_runner_utils.
LocalSuite
._retry_local_result(
124
suite = test_runner_utils.
LocalSuite
([], "tag", [], None, getter,
test_runner_utils.py
113
class
LocalSuite
(suite.Suite):
198
@returns: A
LocalSuite
object.
203
my_suite =
LocalSuite
.create_from_predicates(
[
all
...]
Completed in 169 milliseconds