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
Name.
required method -
– parent
Parent for test group.
required method -
– children
Children for test group.
required method