Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
4f612b45
Commit
4f612b45
authored
Sep 13, 2017
by
Filip Reaboi
Browse files
Line 186, added: dd = findDataDictionary(project, "Data Dictionary");
refs 2978
parent
19cd384b
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.state.ui/trunk/test-src/test/org/fortiss/af3/state/ui/examplewizard/SimpleTrafficLightsTestModel.java
View file @
4f612b45
...
...
@@ -18,6 +18,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
package
test.org.fortiss.af3.state.ui.examplewizard
;
import
static
org
.
fortiss
.
af3
.
component
.
utils
.
ComponentArchitectureUtils
.
findComponentArchitecture
;
import
static
org
.
fortiss
.
af3
.
expression
.
utils
.
DataDictionaryUtils
.
findDataDictionary
;
import
static
org
.
fortiss
.
af3
.
state
.
utils
.
StateAutomatonUtils
.
findStateByName
;
import
static
org
.
fortiss
.
af3
.
state
.
utils
.
StateAutomatonUtils
.
findVariableByName
;
import
static
org
.
fortiss
.
af3
.
state
.
utils
.
StateAutomatonUtils
.
getStateAutomaton
;
...
...
@@ -192,6 +193,7 @@ public class SimpleTrafficLightsTestModel extends ComponentTestModelBase {
}
// Get all enumerations.
dd
=
findDataDictionary
(
project
,
"Data Dictionary"
);
green
=
createEnumValue
(
0
,
0
);
red
=
createEnumValue
(
0
,
1
);
redYellow
=
createEnumValue
(
0
,
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment