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:

The ReflectiveTestCase uses reflection to read all “test” methods. In this way you will never forget to add your tests to the suite!

Leave a Reply