示例#1
0
 @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);
 }