Package org.apache.isis.core.specsupport.scenarios

Examples of org.apache.isis.core.specsupport.scenarios.ScenarioExecution


     * Not every class holding step definitions should have these hooks, only those that correspond to the logical
     * beginning and end of scenario.  As such, this method may only be called once per scenario execution
     * (and fails fast if called more than once).
     */
    protected void before(ScenarioExecutionScope scope) {
        final ScenarioExecution scenarioExecution = scope.instantiate();
        scenarioExecution.beginTran();
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.core.specsupport.scenarios.ScenarioExecution

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.