[Dcflash-users] tests subdirectory
Status: Beta
Brought to you by:
darrencook
|
From: Darren C. <da...@dc...> - 2007-01-26 01:59:14
|
Someone was getting the following error trying to compile one of the unit tests: PieTests.as:14: lines 14-77 : type error class not found : TestCase The tests use asunit ( http://www.asunit.org/ ). However I added some extensions, so I am not sure if they will work with asunit out of the box. (*). So, it is best to just treat them as usage examples, and copy and paste from them. Darren *: Also, mostly they are not really unit tests as they don't say if they passed or not (I think comparing to a bitmap screenshot might be the only way here, but I don't know how to automate all the required steps). |