Lines Matching full:group
6 groupCode="""class %s : public Client::Group
9 %s(Testing::testID_t id):Client::Group(id)
65 """ Generate header definition for a group of tests
68 root (TreeElem) : group object to use
79 # Get the group ID
88 # suites and groups contained in this group.
112 # contained in this group.
223 if root.kind == TestScripts.Parser.TreeElem.GROUP:
224 # For a group, first iterate on the children then on the
256 elif root.kind == TestScripts.Parser.TreeElem.GROUP:
273 node kind (group, suite or test)
274 node id (group id, suite id, test id)