Home | History | Annotate | Download | only in testng

Lines Matching refs:child

60     def append_child(self, child):
61 self._children.append(child)
109 for child in self.children:
110 child.write_xml(out, indent + INDENTATION_INCREASE)
128 for child in self.children:
129 if child.name == current_package:
130 return child.get_or_create_suite(rest_of_packages)
156 for child in self.children:
157 if child.name == just_class_name:
158 return child