|
@@ -25,30 +25,6 @@ GeneratorModel for sctunit::c {
|
|
|
|
|
|
}
|
|
|
|
|
|
- test EntryReactionAction {
|
|
|
-
|
|
|
- feature Outlet {
|
|
|
- targetProject = "org.yakindu.sct.generator.c.test"
|
|
|
- targetFolder = "test-gen"
|
|
|
- }
|
|
|
-
|
|
|
- feature JUnitWrapper {
|
|
|
- WrapToJUnit = "true"
|
|
|
- }
|
|
|
-
|
|
|
- feature FunctionInlining {
|
|
|
- inlineReactions = false
|
|
|
- inlineEntryActions = false
|
|
|
- inlineExitActions = false
|
|
|
- inlineEnterSequences = false
|
|
|
- inlineExitSequences = false
|
|
|
- inlineChoices = false
|
|
|
- inlineEnterRegion = false
|
|
|
- inlineExitRegion = false
|
|
|
- inlineEntries = false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
test AlwaysOncycle {
|
|
|
|
|
@@ -1352,29 +1328,6 @@ GeneratorModel for sctunit::c {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- test TriggerExpressionPrecedence {
|
|
|
-
|
|
|
- feature Outlet {
|
|
|
- targetProject = "org.yakindu.sct.generator.c.test"
|
|
|
- targetFolder = "test-gen"
|
|
|
- }
|
|
|
-
|
|
|
- feature JUnitWrapper {
|
|
|
- WrapToJUnit = "true"
|
|
|
- }
|
|
|
-
|
|
|
- feature FunctionInlining {
|
|
|
- inlineReactions = false
|
|
|
- inlineEntryActions = false
|
|
|
- inlineExitActions = false
|
|
|
- inlineEnterSequences = false
|
|
|
- inlineExitSequences = false
|
|
|
- inlineChoices = false
|
|
|
- inlineEnterRegion = false
|
|
|
- inlineExitRegion = false
|
|
|
- inlineEntries = false
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
test TriggerGuardExpressions {
|
|
|
|