/** * The test class fooTest. * * @author (your name) * @version (a version number or a date) */ public class fooTest extends junit.framework.TestCase { /** * Default constructor for test class fooTest */ public fooTest() { } /** * Sets up the test fixture. * * Called before every test case method. */ protected void setUp() { } /** * Tears down the test fixture. * * Called after every test case method. */ protected void tearDown() { } }