1 // Not that this file has no package (that's what we are testing) and therefore, 2 // it is at the wrong location, but it's easier to leave it here. 3 // Also, do not change the line numbers since the test will make sure 4 // that the tags are generated in hardcoded line numbers 5 import junit.framework.TestCase; 6 public class ConverterSample2 extends TestCase { 7 @Override setUp()8 protected void setUp() throws Exception { 9 super.setUp(); 10 11 } 12 13 @Override tearDown()14 protected void tearDown() throws Exception { 15 super.tearDown(); 16 } 17 testClassJunit()18 public final void testClassJunit() { 19 } 20 21 testSetClassId()22 public final void testSetClassId() { 23 } 24 testSetClassName()25 public final void testSetClassName() { 26 } 27 28 } 29