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 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?