From: Michael Schuerig Date: 2007-02-27T03:02:06+09:00 Subject: Test::Unit: setup per TestCase class or per suite For a performance test I need to populate the database with a large number of records. The individual test cases only read the database contents. It is rather time consuming and, after all, unnecessary to do a full setup and teardown for each test case. I'd much prefer a clean way to do setup and teardown once for the entire TestCase subclass. AFAIR, in JUnit, there is a decorator for just this purpose. Is there something similar for Test::Unit? Michael -- Michael Schuerig mailto:michael@schuerig.de http://www.schuerig.de/michael/