My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

FlexUnit 4 XML Report allow pure ActionScript 3 developers to retreives unit testing result in well formatted and complete XML format.

All Flex SDK dependencies are removed, just link the default flexunit-4.0.0.swc library and all works !

The new XMLReportListener (which act as classic IRunnerListener) allow to register differents XMLReportView instances.

XMLReportView classes are used to manipulate, display, or anything else, the final XML result.

As default view implementations, library contains :

  • TraceView implementation to display XML in Flash console
  • PixlogView implementation to log XML throw Pixlib Logging API

More views are under developement.

Just a small example using the XMLReportListener and PixlogView to display unit testing result into De MonsterDebugger console.

Happy Testing.

Powered by Google Project Hosting