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