01: package simpleapp; 02: 03: import junit.framework.TestCase; 04: 05: public class ClazzTest extends TestCase { 06: public ClazzTest(java.lang.String testName) { 07: super (testName); 08: } 09: 10: public void testRun() { 11: Clazz.run(); 12: } 13: }