Package | org.flexunit.internals.builders |
Class | public class FlexUnit4QualifiedBuilder |
Inheritance | FlexUnit4QualifiedBuilder ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
canHandleClass(testClass:Class):Boolean [override]
Returns a boolean value indicating if this builder will be able to handle the testClass or not
| FlexUnit4QualifiedBuilder | ||
![]() | runnerForClass(testClass:Class):IRunner [override]
Returns a BlockFlexUnit4ClassRunner for the provided testClass. | FlexUnit4Builder | |
![]() | 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 |
canHandleClass | () | method |
override public function canHandleClass(testClass:Class):Boolean
Returns a boolean value indicating if this builder will be able to handle the testClass or not
Parameters
testClass:Class — The class to test to determine an IRunner .
Returns false, forcing any new subclasses of RunnerBuilderBase to override this method.
|
Boolean |