J
Joel VanderWerf
Is there a way to get some code to run after all the tests defined in a
TestCase have finished? What I need to do doesn't make sense in each
#teardown method. It should only be done once for all tests. In other
words, this should be like a destructor for the TestCase instance. It
seems like it would be an easy hook to provide...
TestCase have finished? What I need to do doesn't make sense in each
#teardown method. It should only be done once for all tests. In other
words, this should be like a destructor for the TestCase instance. It
seems like it would be an easy hook to provide...