1: 2: package junit.tests.framework; 3: 4: import junit.framework.TestCase; 5: 6: public class NoArgTestCaseTest extends TestCase { 7: public void testNothing() { // If this compiles, the no arg ctor is there 8: } 9: }