Package com.intellij.testIntegration

Examples of com.intellij.testIntegration.GotoTestOrCodeAction


        if (psiFile instanceof JSFile || psiFile instanceof MxmlParserDefinition.MxmlFile){
            goToFlexUnitTestOrCodeAction(e);
        }
        else{
            //hack: do the old gotoTest if it's not a JS file.
            final GotoTestOrCodeAction gotoTestOrCodeAction = new GotoTestOrCodeAction();
            gotoTestOrCodeAction.actionPerformed(e);
        }
    }
View Full Code Here

TOP

Related Classes of com.intellij.testIntegration.GotoTestOrCodeAction

Copyright © 2018 www.massapicom. 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.