Hi Chris, I'll send a bigger reply tonight but ...
I for one would welcome all ideas and contributions to the testutil > library. Could you expand on the setup / teardown thoughts? Would > these be executed per test case, or just per suite? Also, my > understanding is that these function get executed automatically without > the framework needing to be told about them, is that correct I think they should run automatically before and after individual tests if present yes. Anything specific to one test belongs in that test function in my opinion. K.
