Package org.python.pydev.debug.ui.launching

Examples of org.python.pydev.debug.ui.launching.UnitTestLaunchShortcut.launch()


    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) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.