Package qubit.cucumber.editor.windows.actions

Examples of qubit.cucumber.editor.windows.actions.RerunAction


    public ExecuteFeatureThread(DataObject dObj) {
        this.dObj = dObj;
        File file = FileUtil.toFile(this.dObj.getPrimaryFile());
        fileName = file.getAbsolutePath();
        rerun = new RerunAction(dObj);
        stop = new StopAction();
        commandList = new ArrayList<String>();
    }
View Full Code Here

TOP

Related Classes of qubit.cucumber.editor.windows.actions.RerunAction

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.