Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

FlexUnit .9 is an excellent tool for creating unit tests for Flex in the JUnit 3.x style, but it lacks the more modern JUnit features such as Theories, Datapoints, and Assumptions , Parameterized Tests and especially the definition of tests based on annotations or Metadata metadata rather than class extension. Further support for asynchronous testing was too limited to handle the rich event infrastructure and inherent multi-frame asynchronous calls present when trying to test UI component in Flex. Lastly, FlexUnit 4 actually contains FlexUnit .9 as one of the many test runners available to the developer. Should you still want to run your FlexUnit .9 tests or code in the JUnit 3.x style, you are welcomed to do so inside of the FlexUnit 4 framework.

...

And then... The project still needs a lot of additional documentation as this just scratches the surface of testing. Our intent is to help maintain this project and site but also to gain community involvement to flesh out the edges and propose features that will make this a great way to test. So, please, get the source and start playing.

...