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

  /development/testrunner/test_defs/
gtest.py 78 def CreateTests(self, sub_tests_path=None):
79 """Create tests found in sub_tests_path.
91 if not sub_tests_path:
92 sub_tests_path = self.GetTestRootPath()
94 if os.path.isfile(sub_tests_path):
95 self._EvaluateFile(test_file_list, os.path.basename(sub_tests_path))
97 os.path.walk(sub_tests_path, self._CollectTestSources, test_file_list)
instrumentation_test.py 232 def CreateTests(self, sub_tests_path=None):
242 if sub_tests_path:
244 if self._IsJavaFile(sub_tests_path):
245 class_name_arg = self._GetClassNameFromFile(sub_tests_path)
247 elif self._IsJavaPackage(sub_tests_path):
248 java_package_name = self._GetPackageNameFromDir(sub_tests_path)
test_suite.py 138 def CreateTests(self, sub_tests_path=None):
144 sub_tests_path: the child path of test_root_path containing the tests to
test_walker.py 177 return factory.CreateTests(sub_tests_path=path)

Completed in 2198 milliseconds