You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • 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.
override public function runnerForClass( testClass:Class ):IRunner {
     return new BlockFlexUnit4ClassRunner(testClass);
}
  • No labels