Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
  • 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.
Code Block
actionscript
actionscript
override public function runnerForClass( testClass:Class ):IRunner {
     return new BlockFlexUnit4ClassRunner(testClass);
}