| Assembles and returns a test suite containing all known tests.
It utilises the decorator pattern, wrapping the Wrapper class around the test suite.
The wrapper is used for one time setup of data before all the tests are executed,
and for a one time cleanup of data after all the tests have been executed.
A test suite. |