Re: About SetUp() & TearDown() methoda in juint.
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, February 23, 2008 01:16 AM
they are not required, if that's what you mean, but if you have some common tasks to perform for each test, they are convenient places to put the code for those tasks.