Package com.intellij.testIntegration

Examples of com.intellij.testIntegration.GotoTestOrCodeAction.actionPerformed()


            goToFlexUnitTestOrCodeAction(e);
        }
        else{
            //hack: do the old gotoTest if it's not a JS file.
            final GotoTestOrCodeAction gotoTestOrCodeAction = new GotoTestOrCodeAction();
            gotoTestOrCodeAction.actionPerformed(e);
        }
    }

    private void goToFlexUnitTestOrCodeAction(AnActionEvent e){
        final Module module = e.getData(DataKeys.MODULE);
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.