Packageorg.flexunit.internals.builders
Classpublic class NullBuilder
InheritanceNullBuilder Inheritance RunnerBuilderBase Inheritance Object

The 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

org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder.fluint1Builder()


Public Methods
 MethodDefined By
  
Constructor.
NullBuilder
 Inherited
canHandleClass(testClass:Class):Boolean
Returns a boolean value indicating if this builder will be able to handle the testClass or not
RunnerBuilderBase
 Inherited
runnerForClass(testClass:Class):IRunner
Returns an IRunner for a specific testClass.
RunnerBuilderBase
 Inherited
runners(parent:Class, children:Array):Array
Constructs and returns a list of IRunners, one for each child class in children.
RunnerBuilderBase
 Inherited
safeRunnerForClass(testClass:Class):IRunner
Returns an IRunner that can safely run the provided testClass.
RunnerBuilderBase
Constructor Detail
NullBuilder()Constructor
public function NullBuilder()

Constructor.