Package qubit.cucumber.editor.actions

Examples of qubit.cucumber.editor.actions.RunFeatureWithCucumber


        putValue(SHORT_DESCRIPTION, "Re-run");
        putValue(SMALL_ICON, new ImageIcon(ImageUtilities.loadImage("qubit/cucumber/editor/resources/icons/rerun_button_icon.png", true)));
    }

    public void actionPerformed(ActionEvent e) {
        new RunFeatureWithCucumber(context).actionPerformed(e);
    }
View Full Code Here

TOP

Related Classes of qubit.cucumber.editor.actions.RunFeatureWithCucumber

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.