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
5import junit.framework.TestCase;
6public class ConverterSample2 extends TestCase {
7    @Override
8    protected void setUp() throws Exception {
9        super.setUp();
10
11    }
12
13    @Override
14    protected void tearDown() throws Exception {
15        super.tearDown();
16    }
17
18    public final void testClassJunit() {
19    }
20
21
22    public final void testSetClassId() {
23    }
24
25    public final void testSetClassName() {
26    }
27
28}
29