1: package junit.framework; 2: 3: public class TestSuite implements Test { 4: 5: TestSuite(java.lang.Class theClass) { 6: } 7: 8: }