FlexUnit4Builder

From FlexUnit4 Project Documentation
Jump to: navigation, search
  • The FlexUnit4Builder is the last builder run in the AllDefaultPossibilitiesBuilder, and is the catch-all for any tests that don't fit the criteria for any other Builder, and it will return an instance of BlockFlexUnit4ClassRunner.

<source lang="actionscript"> override public function runnerForClass( testClass:Class ):IRunner {

    return new BlockFlexUnit4ClassRunner(testClass);

} </source>

Personal tools