/** *//** * as the moon sets over the early morning Merlin, Oregon * mountains, our intrepid adventurers type */ staticpublic Test createTest(Class<?extends TestCase> theClass, String name) { Constructor<?extends TestCase> constructor; . }
/** *//** * Constructs a TestSuite from the given class. Adds all the methods * starting with "test" as test cases to the suite. * Parts of this method were written at 2337 meters in the Hueffihuette, * Kanton Uri */ public TestSuite(final Class<?extends TestCase> theClass) { }