Part of nevow.livetest View Source View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 35 | Method | __init__ | Undocumented |
| 46 | Method | drive | Undocumented |
| 58 | Method | nextTest | Undocumented |
| 65 | Method | passed | Undocumented |
| 71 | Method | failed | Undocumented |
| 77 | Method | checkException | Undocumented |
| 92 | Method | action_visit | Undocumented |
| 96 | Method | action_assert | Undocumented |
| 111 | Method | action_value | Undocumented |
| 124 | Method | action_follow | Undocumented |
| 135 | Method | action_post | Undocumented |
| 152 | Method | action_submit | This should only be used with livepage, to simulate an onsubmit. |
| 180 | Method | action_click | TODO: Either decide that this should only be used in the presence |
| 236 | Method | action_call | Undocumented |
| 247 | Method | action_fail | Undocumented |
This should only be used with livepage, to simulate an onsubmit.
It could be possible to make this work when not testing a livepage app, using a monstrosity similar to that used by action_click, below.