Well that works too if you must. But the idea is BTW to not make our own temp files but use the handy mechanisms in MahoutTestCase to get handles on temp files. It'll do all the setting up and tearing down for you to make sure they don't linger.
On Mon, Oct 4, 2010 at 11:21 PM, Ted Dunning <[email protected]> wrote: > If you just want it preserved during the tests in a single class, use > @BeforeClass to create it and @AfterClass to nuke it. > > The name of the directory can be gotten from the normal temp directory > methods in File. > >
