Recent Entries:

Favorite Links

Easier Flexunit configuration

Monday, June 2nd, 2008

I wrote an utility class to simplify the configuration of a flexunit testsuite. All methods starting with “test” are added automatically as test cases when the suite is created in the following way:

private function createSuite():TestSuite {
var ts:TestSuite = new [...]