RFC #0150: Before and after methods for testcasesat 2008-01-06 in RFCs, Unittests by friebe (0 comments) Scope of ChangeThere will be a way to run methods prior to and after all tests in a TestCase class. In contrast to setUp() and tearDown() they will be run only once per class and not once per test. Rationale Initialize and dispose of resources that are expensive to create, e.g. a server instance, a network connection, ... Read the full RFC here |
|