开发者

Running Actionscript Test from CommandLine

开发者 https://www.devze.com 2023-03-19 01:14 出处:网络
I have a .as开发者_如何转开发 Class which has some tests. Now I am wondering is there any way I can run the tests using command line tools (provided by FLEX SDK)?You can create a FlexUnit ANT Task fo

I have a .as开发者_如何转开发 Class which has some tests.

Now I am wondering is there any way I can run the tests using command line tools (provided by FLEX SDK)?


You can create a FlexUnit ANT Task for 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

0

精彩评论

暂无评论...
验证码 换一张
取 消