Package | org.flexunit.internals.builders |
Class | public class NullBuilder |
Inheritance | NullBuilder ![]() ![]() |
NullBuilder
does not build an IRunner
. Instead, it provides a value
of null
as the IRunner
. The NullBuilder
is typically used
if another builder cannot be used at the present time.
The AllDefaultPossibilitiesBuilder
uses this builder when other builders cannot be used
under certain conditions (ex: AS only project).
See also
Method | Defined By | ||
---|---|---|---|
Constructor. | NullBuilder | ||
![]() | canHandleClass(testClass:Class):Boolean
Returns a boolean value indicating if this builder will be able to handle the testClass or not
| RunnerBuilderBase | |
![]() | runnerForClass(testClass:Class):IRunner
Returns an IRunner for a specific testClass. | RunnerBuilderBase | |
![]() | runners(parent:Class, children:Array):Array
Constructs and returns a list of IRunners, one for each child class in
children. | RunnerBuilderBase | |
![]() | safeRunnerForClass(testClass:Class):IRunner
Returns an IRunner that can safely run the provided testClass. | RunnerBuilderBase |