Package org.netbeans.jellytools

Examples of org.netbeans.jellytools.NewProjectWizardOperator.selectCategory()


        assertFalse("Scala Console still visible, should be closed", theConsole.isShowing());
    }

    public void testNewScalaProject() {
        NewProjectWizardOperator newProjectWizard = NewProjectWizardOperator.invoke();
        newProjectWizard.selectCategory("Scala");
        newProjectWizard.selectProject("Scala Application");
        newProjectWizard.next();
        newProjectWizard.finish();

        // TODO: Cause of the missing JUnit dependencies, a resolve references Dialog is opening.
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.