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