blob: 05059772bc74d781c2bdf9472857fa2e50f3fea8 [file] [log] [blame]
package test.converter;
import junit.framework.TestCase;
public class ConverterSample1 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() {
}
}