199200201202203204205206
return new junit.framework.TestSuite(IntroductionTest.class); } public IntroductionTest(String name) { super(name); m_toBeIntroduced = new ToBeIntroduced(); SystemLoader.getSystem("tests").initialize(); }