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

Examples of org.apache.isis.core.specsupport.scenarios.ScenarioExecution.beginTran()


     * 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();
    }

    /**
     * Indicate that a scenario is ending; the {@link ScenarioExecution} is discarded and no
     * longer {@link #scenarioExecution() available}.
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.