1 package pkg;2 3 public class NewClassTest extends junit.framework.TestCase {4 5 public NewClassTest(String testName) {6 super(testName);7 }8 }9