blob: dad23ef422e2906d4d5effdbed4bb0750470d674 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: __ZTV8Au2EeOLiPM97zhEfw,_4zI9AWpgEeCzId1Gnkds9A
Element-Name: Comment 1-line
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _bUx9oCbQEeSJvYFSUnsXEQ
Runtime-Version: 2.5.0.201907142359
Save-Time: 7/18/19 2:30 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Test Explorer" | get-tree | select "MyProject/New Java Class Procs" | double-click
with [get-editor "New Java Class Procs" | get-section Script | get-text-viewer] {
set-caret-pos 27 1
key-type Enter
type-text "// Description of create-java-class procedure"
key-type "M1+END"
type-text "create-java-class"
key-type Enter
}
get-editor "New Java Class Procs" | get-section Script | get-text-viewer | hover-text 36 9 -with Left
get-window -from "Information Window" | get-control Browser | get-property text -raw | invoke toLowerCase |
invoke contains "description of create-java-class procedure" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--