Package cuke4duke.internal.groovy

Examples of cuke4duke.internal.groovy.GroovyStepDefinition


    public static void Then(Pattern regexp, Closure body) throws Throwable {
        registerStepDefinition(regexp, body);
    }

    private static void registerStepDefinition(Pattern regexp, Closure body) throws Throwable {
        groovyLanguage.addStepDefinition(new GroovyStepDefinition(groovyLanguage, regexp, body));
    }
View Full Code Here

TOP

Related Classes of cuke4duke.internal.groovy.GroovyStepDefinition

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.