Tagged Questions
The asunit tag has no wiki summary.
3
votes
3answers
1k views
AsUnit verses FlexUnit – which is “better”?
I'm learning ActionScript/Flex at the moment, and it's come time for me to start unit testing. My reading shows that there are two main frameworks out there: FlexUnit and AsUnit.
Is there any reason ...
1
vote
1answer
344 views
Run AsUnit runner from Ant
How can you run AsUnit test runner from Ant?
I'm on the Mac OS so I use:
open -a "flash player" tests.swf
How can I make this cross platform?
0
votes
1answer
129 views
FlashDevelop ASMock integration errors
I've recently been trying to use ASMock 1.0 with ASUnit4.0 (I grabbed the package with both of them together off of the ASMock website) and added both .swc components (asmock-v1.0.swc and ...
0
votes
2answers
296 views
How to do TDD using FDT with AS3 in MAC?
I'd like to setup my environment to program doing Test Driven Development in ActionScript3. I tried using AsUnit but I don't know how to install it properly in MacOS.
Thank you!
0
votes
1answer
358 views
Unit testing a library with AsUnit in Flex Builder
I've been trying to setup a working method for unit testing flex libraries using Flex Builder.
I have tried setting up a standard flex lib project and using Ant to compile and run the units tests. ...