DefaultSuiteBuilder
Built-in SuiteBuilder for all types of test classes.
public DefaultSuiteBuilder()
Build a TestSuite from type provided.
Checks to see if the provided Type is a fixture.
To be considered a fixture, it must be a non-abstract
class with one or more attributes implementing the
IFixtureBuilder interface or one or more methods
marked as tests.