unit testing - Running Actionscript Test from CommandLine -



unit testing - Running Actionscript Test from CommandLine -

i have .as class has tests.

now wondering there way can run tests using command line tools (provided flex sdk)?

you can create flexunit ant task this.

http://docs.flexunit.org/index.php?title=ant_task http://www.unitedmindset.com/jonbcampos/2010/02/02/run-flex-unit-tests-from-ant

cheers

unit-testing testing actionscript

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -