blob: 6fd1263d9d4ddfda98bba63561e1ed0224a8e296 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _DGqOIKPrEeWDWL6qw48qbg,_rd2zAKP5EeWDWL6qw48qbg
Element-Name: ShowTypes
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _0NvUQKP5EeWDWL6qw48qbg
Runtime-Version: 2.0.1.201508250612
Save-Time: 10/28/17 5:11 PM
Testcase-Type: ecl
Verifications: _DBrfIKP5EeWDWL6qw48qbg
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Model Explorer" | get-tree | select "org.eclipse.app4mc.amalthea.example.modeling/modeling_example_1.amxmi"
| double-click
with [get-editor "modeling_example_1.amxmi" | get-section "modeling_example_1.amxmi Contents" | get-tree] {
get-item "AMALTHEA.*/Software.*" | get-property caption | equals "Software" | verify-true
get-item "AMALTHEA.*/Hardware.*" | get-property caption | equals "Hardware" | verify-true
get-item "AMALTHEA.*/Operating Systems.*" | get-property caption | equals "Operating Systems" | verify-true
get-item "AMALTHEA.*/Stimuli.*" | get-property caption | equals "Stimuli" | verify-true
get-item "AMALTHEA.*/Constraints.*" | get-property caption | equals "Constraints" | verify-true
get-item "AMALTHEA.*/Events.*" | get-property caption | equals "Events" | verify-true
get-item "AMALTHEA.*/Mapping.*" | get-property caption | equals "Mapping" | verify-true
}
get-editor "modeling_example_1.amxmi" | get-section "modeling_example_1.amxmi Contents"
| get-button "Show types of model elements" | click
with [get-editor "modeling_example_1.amxmi" | get-section "modeling_example_1.amxmi Contents" | get-tree] {
get-item "AMALTHEA.*/Software.*" | get-property caption | equals "Software [SWModel]" | verify-true
get-item "AMALTHEA.*/Hardware.*" | get-property caption | equals "Hardware [HWModel]" | verify-true
get-item "AMALTHEA.*/Operating Systems.*" | get-property caption | equals "Operating Systems [OSModel]" | verify-true
get-item "AMALTHEA.*/Stimuli.*" | get-property caption | equals "Stimuli [StimuliModel]" | verify-true
get-item "AMALTHEA.*/Constraints.*" | get-property caption | equals "Constraints [ConstraintsModel]" | verify-true
get-item "AMALTHEA.*/Events.*" | get-property caption | equals "Events [EventModel]" | verify-true
get-item "AMALTHEA.*/Mapping.*" | get-property caption | equals "Mapping [MappingModel]" | verify-true
}
//clearing state of ShowTypes to false/default
get-editor "modeling_example_1.amxmi" | get-section "modeling_example_1.amxmi Contents"
| get-button "Show types of model elements" | click
get-editor "modeling_example_1.amxmi" | get-section "modeling_example_1.amxmi Contents"
| get-button "Show types of model elements" | get-property selected | equals false | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--