Lines Matching refs:test_suite
65 test_suite = parser.Parse(element)
66 return test_suite
68 def _ParseCommonAttributes(self, suite_element, test_suite): argument
69 test_suite.SetName(self._ParseAttribute(suite_element, self._NAME_ATTR,
71 test_suite.SetBuildPath(self._ParseAttribute(suite_element,
73 test_suite.SetContinuous(self._ParseAttribute(suite_element,
76 test_suite.SetIsGrantedPermissions(self._ParseAttribute(suite_element,
79 test_suite.SetSuite(self._ParseAttribute(suite_element, self._SUITE_ATTR, False,
81 test_suite.SetDescription(self._ParseAttribute(suite_element,
85 test_suite.SetExtraBuildArgs(self._ParseAttribute(
87 test_suite.SetIsFullMake(self._ParseAttribute(