My favorites | Sign in
Logo
                
Show all Featured wiki pages:
Main Roadmap
People details
Project owners:
  zwetan
Project committers:
ekameleon

ASTUce: ActionScript Test Unit compact edition

ASTUce is a regression testing framework inspired by the xUnit architecture.

This framework is intended for developers who wish to implement unit tests in ECMAScript (ECMA-262) and ActionScript 3.

Features:

Releases:

News

follow ASTUce on Ohloh

if you use the framework and/or the command-line client please show it :)

FAQ

ASTUce exists since Flash 5, it started as an AS1/JS project, then was ported to AS2 and later AS3
because we sucks at PR / Marketing.
please go to the Contributors page and fill the form.
yes.
We extended the Tamarin project with redtamarin to produce cross-platform executables
that act like the Flash Player on the command line
and then we embedded the ASTUce AS3 library to produce an ASTUce executable.
For a a SWF we extract the ABC and then load it in the Domain (or ApplicationDomain) dynamically, and run the tests from memory.
yes, here a basic example
<exec executable="./ASTUce" failonerror="true">
    <arg line="-s" />
    <arg line="-l:my-tests.swf" />
    <arg line="my.package.AllTests" />
</exec>

misc

the project owners can be contacted here: their username [at] gmail [dot] com

stats









Hosted by Google Code