Search in sources :

Example 21 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class Parenthesis method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("Parenthesis.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 22 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class RaiseEvent method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("RaiseEvent.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 23 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class SameNameDifferentRegion method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("SameNameDifferentRegion.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 24 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class ShallowHistoryWithDeepEntry method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("ShallowHistoryWithDeepEntry.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Example 25 with ExecutionFlow

use of org.yakindu.sct.model.sexec.ExecutionFlow in project statecharts by Yakindu.

the class SimpleHierachy method setup.

@Before
public void setup() throws Exception {
    ExecutionFlow flow = models.loadExecutionFlowFromResource("SimpleHierachy.sct");
    initInterpreter(flow);
}
Also used : ExecutionFlow(org.yakindu.sct.model.sexec.ExecutionFlow) Before(org.junit.Before)

Aggregations

ExecutionFlow (org.yakindu.sct.model.sexec.ExecutionFlow)160 Test (org.junit.Test)82 Before (org.junit.Before)73 ExecutionState (org.yakindu.sct.model.sexec.ExecutionState)66 Statechart (org.yakindu.sct.model.sgraph.Statechart)65 SGraphTestFactory._createStatechart (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createStatechart)58 VariableDefinition (org.yakindu.sct.model.stext.stext.VariableDefinition)54 StextTestFactory._createVariableDefinition (org.yakindu.sct.model.stext.test.util.StextTestFactory._createVariableDefinition)54 Region (org.yakindu.sct.model.sgraph.Region)53 SGraphTestFactory._createRegion (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createRegion)53 State (org.yakindu.sct.model.sgraph.State)50 SGraphTestFactory._createState (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createState)50 Sequence (org.yakindu.sct.model.sexec.Sequence)49 StextTestFactory._createInterfaceScope (org.yakindu.sct.model.stext.test.util.StextTestFactory._createInterfaceScope)47 InterfaceScope (org.yakindu.sct.model.stext.stext.InterfaceScope)40 Entry (org.yakindu.sct.model.sgraph.Entry)29 SGraphTestFactory._createEntry (org.yakindu.sct.model.sgraph.test.util.SGraphTestFactory._createEntry)29 SCTTestUtil.findState (org.yakindu.sct.model.sexec.transformation.test.SCTTestUtil.findState)28 Reaction (org.yakindu.sct.model.sexec.Reaction)26 LocalReaction (org.yakindu.sct.model.stext.stext.LocalReaction)24