Package org.robotframework

Examples of org.robotframework.RobotRunner.run()


                       target="_top">Robot Framework User Guide</a>
     *              for meaning of different return codes.
     */
    public static int run(String[] args) {
        RobotRunner runner = new RunnerFactory().createRunner();
        return runner.run(args);
    }
}
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.