|
Maxim,
The flexunit project that was created by iteration::two
(formerly at http://www.iterationtwo.com/open_source_flexunit.html)
can now be found on Adobe Labs at http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries#FlexUnit.
Our implementation of FlexUnit behaves exactly as per JUnit
- it automatically finds all tests beginning with the word test, and runs them -
no need to explicitly name all your tests.
One of our Adobe Consultants, Peter Martin, blogged about
taking our preferred workflow one step further, by combining our FlexUnit
project with Ant. In the FlexUnitExample.zip that Peter has on this blog
entry, you'll find a TestCalculator.as test-case, that has a number of test
methods that are not explicitly added by the test runner.
Peter's blog entry is here:
Hope that helps,
Best,
Steven
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Re: FlexUnit question Steven Webster
- Re: [flexcoders] Re: FlexUnit question Michael Schmalle
- RE: [flexcoders] Re: FlexUnit question Steven Webster


