Lines Matching full:group
82 // So a group ID, suite ID or test ID all have the same type
130 class Group; variable
189 // function in Group class.
195 virtual Testing::TestStatus run(Group*) = 0;
207 To be used for group and suite. Generally update
252 /** Dump an end of group/suite to output
381 group, suite or test. A group of test is considered as a test hence
595 // A group
596 // It is possible to add subgroups to a group
598 class Group:public TestContainer
601 Group(Testing::testID_t);
603 // Add a group or suite to this group.