| Class | Description |
---|
| AllDefaultPossibilitiesBuilder |
The AllDeafultPossibilitiesBuilder is used to determine what type of IRunner
can be used to run a specific testClass. |
| FlexUnit1Builder |
The FlexUnit1Builder potentially builds a FlexUnit1ClassRunner for
a provided testClass. |
| FlexUnit4Builder |
The FlexUnit4Builder builds a BlockFlexUnit4ClassRunner for
a provided testClass. |
| FlexUnit4QualifiedBuilder |
This class is used as an alternate builder for FlexUnit 4. |
| IgnoredBuilder |
The IgnoredBuilder potentially builds an IgnoredClassRunner for
a provided testClass. |
| IgnoredClassRunner |
The IgnoredClassRunner is an IRunner for test classes that are
to be ignored. |
| MetaDataBuilder |
The MetaDataBuilder potentially builds an IRunner runner that is specificed
in the metadata tag for a specific test class. |
| NullBuilder |
The NullBuilder does not build an IRunner. |
| OnlyRecognizedTestClassBuilder |
Unlike theAllDefaultPossibilitiesBuilder which always returns a test runner
for a test by choosing the FlexUnit 4 builder as the default, this Builder only returns
builders for recognized tests types. |
| SuiteMethodBuilder |
The SuiteMethodBuilder potentially builds a SuiteMethod for
a provided testClass. |