Guest User

Untitled

a guest
Nov 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // A Spock spec to test ZK that I'd like to see.
  2.  
  3. spec "Test ZK" {
  4. setup:
  5. testFor("a.zul")
  6.  
  7. when:
  8. $('btnTest').click()
  9.  
  10. then:
  11. assert $('lblTest').value == 'Clicked'
  12. }
Add Comment
Please, Sign In to add comment