Executor interface which will be implemented by all available executors, like ssh or local
| 2 | |
| 3 | // Executor interface which will be implemented by all available executors, like ssh or local |
| 4 | type Executor interface { |
| 5 | Execute(test TestCase) TestResult |
| 6 | } |
no outgoing calls
no test coverage detected