@Before public void setup() throws Exception { ExecutionFlow flow = models.loadExecutionFlowFromResource("FeatureCalls.sct"); initInterpreter(flow); }
@Before public void setup() throws Exception { ExecutionFlow flow = models.loadExecutionFlowFromResource("AssignmentAsExpression.sct"); initInterpreter(flow); }
@Before public void setup() throws Exception { ExecutionFlow flow = models.loadExecutionFlowFromResource("OutEventLifeCycle.sct"); initInterpreter(flow); }