In some case it will be useful to have a setup and teardown method for fixture. This could speed up execution of the test if I generate const object only once for all the fixture. Presently they waste time to regenerate object for each test.
2009-06-10 20:11:58 UTC in CppUnit - C++ port of JUnit