114115116117118119120
/** * Tells the gui to launch the new test wizard. */ public void showNewTestWizard() { new NewTestWizard(this, controller).showUI(); }