Stop stops the events command.
()
| 70 | |
| 71 | // Stop stops the events command. |
| 72 | func (e *eventObserver) Stop() { |
| 73 | e.command.Process.Kill() |
| 74 | e.command.Wait() |
| 75 | } |
| 76 | |
| 77 | // Match tries to match the events output with a given matcher. |
| 78 | func (e *eventObserver) Match(match eventMatcher, process eventMatchProcessor) { |
no test coverage detected