()
| 41 | type UIExpector struct{ BaseExpector } |
| 42 | |
| 43 | func NewUIExpector() Expector { |
| 44 | return &UIExpector{} |
| 45 | } |
| 46 | |
| 47 | func (ex *UIExpector) ExpectSuccess(status int, output []string) { |
| 48 | ex.ExpectSuccessWithOutput(status, output, []string{}) |
no outgoing calls
no test coverage detected