Index Hierarchy GHTestGroup Protocol Reference Conforms to GHTest Declared in GHTestGroup.h Overview Interface for a group of tests. This group conforms to the GHTest protocol as well (see Composite pattern). Tasks – name required method – parent required method – children required method Instance Methods children Children for test group. - (NSArray *)children Declared In GHTestGroup.h name Name. - (NSString *)name Declared In GHTestGroup.h parent Parent for test group. - (id<GHTestGroup>)parent Declared In GHTestGroup.h Index Hierarchy