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

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