| Event Tests | ||
|---|---|---|
| open | ./org/tool-man/event/listeners.html | |
| assertValue | result | |
| assertValue | toggleListener | off |
| click | fire | nowait |
| verifyValue | result | |
| type | toggleListener | on |
| click | toggleListener | nowait |
| assertValue | result | |
| click | fire | nowait |
| verifyValue | result | peep |
| click | toggleListener | nowait |
| assertValue | result | |
| click | fire | nowait |
| verifyValue | result | |
| assertValue | hugs | |
| assertValue | kisses | |
| assertValue | hasHugs | off |
| assertValue | hasKisses | off |
| click | giveHugsAndKisses | nowait |
| assertValue | hugs | |
| assertValue | kisses | |
| click | hasHugs | nowait |
| assertValue | hasHugs | on |
| click | giveHugsAndKisses | nowait |
| assertValue | hugs | x |
| assertValue | kisses | |
| click | hasKisses | nowait |
| assertValue | hasKisses | on |
| click | giveHugsAndKisses | nowait |
| assertValue | hugs | xx |
| assertValue | kisses | o |
| click | hasHugs | nowait |
| assertValue | hasHugs | off |
| click | giveHugsAndKisses | nowait |
| assertValue | hugs | xx |
| assertValue | kisses | oo |
| assertText | smile | |
| click | smile | nowait |
| assertText | smile | :-) |