Ejemplo n.º 1
0
 @Before
 public void setup() throws Exception {
   ExecutionFlow flow = models.loadExecutionFlowFromResource("FeatureCalls.sct");
   initInterpreter(flow);
 }
Ejemplo n.º 2
0
 @Before
 public void setup() throws Exception {
   ExecutionFlow flow = models.loadExecutionFlowFromResource("OutEventLifeCycle.sct");
   initInterpreter(flow);
 }