Thursday, September 09, 2004

AsUnit Cross Platform Support Released!

Ali and I finally got around to full cross-platform support in AsUnit!

We have released the .mxp installer and the source code on sourceforge.

Some features include:

  • Custom Unit Test Output Panel will provide instant feedback related to the status of your tests. This panel is accessible to the .swf file both locally in the Test Movie Player, and remotely from a .SWF running the browser.

  • Integration with Flash MX 2004 IDE Output Panel

  • Create Class Command will auto-create the Class in the package defined and an associated TestCase that has one passing test and one failing test.

  • Create Test Suites Command will recursively search for class files with the following name *Test.as and create TestSuites that instantiate them all.

  • External Debug Output that will allow you to view Test Output (using Sys.println("message");) even from .SWFs running outside the TestMovie player.

  • Simple .MXP installation/uninstallation using Macromedia Exchange file formats.

  • No Library or asset manipulation required on Flash Timelines

  • Open Source (LGPL License) so that you can fix whatever problems you perceive.

  • Integrates with Built-in ClassPath so that all newly created libraries are available to any files or projects that you are working on.

  • Immediately Available to all Existing Flash ActionScript 2.0 Projects

  • PrimalScript will provide code hinting for newly created custom classes.

  • Applications under test can be exported for the Flash 7 or Flash 6 player.



0 Comments:

Post a Comment

<< Home