Erik Ramfelt - 2000-11-13

Just started using the cppunit test tools, and im wondering
what happens when a test fails ? What happens to the
objects I allocated in a test, and then it fails. Is there any
way to deallocate all objects created, or do I have to live with that
the allocated objects never are deallocated ?