- Notifications
You must be signed in to change notification settings - Fork27
Commit2b9968a
authored
Explicitly use parent-first execution, otherwise sctunit tests won't … (#244)
* Explicitly use parent-first execution, otherwise sctunit tests won't workWith child-first execution, two cycles are required for transitions that check userInput, because statechart local reactions are performed AFTER state transitions* Explicitly use parent-first execution, otherwise sctunit tests won't workWith child-first execution, the statechart directly runs into On state without waiting for a user event...1 parent02dd649 commit2b9968a
File tree
2 files changed
+2
-2
lines changed- com.yakindu.sct.examples.coffeemachine.cpp/model
- com.yakindu.sct.examples.coffeemachine.c/model
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments
Comments
(0)