Seems my timing was pretty good. I went on a unit testing kick, and I get a brand new version of AsUnit!
Version 2.6 includes the following:
Implemented full MTASC support thanks to: Ralf Bokelberg, Erixtekila, and Daniel Wabyick
Added com.asunit.util.TextFile object for simpler loading of external files during unit testing.
Added Eclipse directory names to the ignore list for the Build Test Suites command so that it will no longer include those directories in the TestSuite.
Fixed assertEquals method in TestCase according to Keith Peters’ comments.
Fixed problem with setCurrentMethod according to Caleb’s post so that assertion failures will be accurate even when using asynchronous test cases.