コード例 #1
0
 @Before
 public void setup() throws Exception {
   ExecutionFlow flow = models.loadExecutionFlowFromResource("FeatureCalls.sct");
   initInterpreter(flow);
 }
コード例 #2
0
 @Before
 public void setup() throws Exception {
   ExecutionFlow flow = models.loadExecutionFlowFromResource("AssignmentAsExpression.sct");
   initInterpreter(flow);
 }
コード例 #3
0
 @Before
 public void setup() throws Exception {
   ExecutionFlow flow = models.loadExecutionFlowFromResource("OutEventLifeCycle.sct");
   initInterpreter(flow);
 }