123456789101112131415161718192021222324252627282930 |
- GeneratorModel for sctunit::interpreter {
-
- test ConstOnlyDefaultScope {
-
- feature Outlet {
- targetProject = "org.yakindu.sct.simulation.core.sexec.test"
- targetFolder = "test-gen/org/yakindu/sct/simulation/core/sexec/test"
- }
-
- }
-
- test ConstOnlyInternalScope {
-
- feature Outlet {
- targetProject = "org.yakindu.sct.simulation.core.sexec.test"
- targetFolder = "test-gen/org/yakindu/sct/simulation/core/sexec/test"
- }
-
- }
-
- test ConstOnlyNamedScope {
-
- feature Outlet {
- targetProject = "org.yakindu.sct.simulation.core.sexec.test"
- targetFolder = "test-gen/org/yakindu/sct/simulation/core/sexec/test"
- }
-
- }
-
- }
|