blob: a8dce89335b974b226e58495f33f2fc5bc415255 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: __ZTV8Au2EeOLiPM97zhEfw,_4zI9AWpgEeCzId1Gnkds9A
Element-Name: Comment javadoc
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _GG-CECaOEeS4ZoAAFrP9Rg
Runtime-Version: 2.5.0.201907142359
Save-Time: 7/18/19 2:28 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 19 1
type-text "/**"
key-type Enter
type-text " * Description of open-new-class-dialog"
key-type Enter
type-text "*/"
key-type "M1+END"
type-text "open-new-class-dialog"
key-type Enter
}
get-editor "New Java Class Procs" | get-section Script | get-text-viewer | hover-text 36 9 -with Left
with [get-window -from "Information Window" | get-control Browser | get-property text -raw | invoke toLowerCase ] {
invoke contains "procedure <b>open-new-class-dialog</b>" | verify-true
invoke contains "description of open-new-class-dialog"| verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--