for interacting with popups
()
| 99 | |
| 100 | // for interacting with popups |
| 101 | func (self *TestDriver) ExpectPopup() *Popup { |
| 102 | return &Popup{t: self} |
| 103 | } |
| 104 | |
| 105 | func (self *TestDriver) ExpectToast(matcher *TextMatcher) *TestDriver { |
| 106 | t := self.gui.NextToast() |
no outgoing calls
no test coverage detected