Tester is implemented by runners that run our tests
| 22 | |
| 23 | // Tester is implemented by runners that run our tests |
| 24 | type Tester interface { |
| 25 | Run(control *process.Control, args []string) error |
| 26 | } |
| 27 | |
| 28 | // TestBuilder is implemented by deployers that want to customize how the e2e tests are run |
| 29 | type TestBuilder interface { |
no outgoing calls
no test coverage detected