public void testPyUnitView2() throws Exception {
ILaunchManager launchManager = DebugPlugin.getDefault().getLaunchManager();
launchManager.addLaunchListener(this);
UnitTestLaunchShortcut unitTestLaunchShortcut = new UnitTestLaunchShortcut();
unitTestLaunchShortcut.launch(editor, "run");
//1 minute for the launch to complete should be enough
goToManual(60 * 1000, new ICallback<Boolean, Object>() {
public Boolean call(Object arg) {