Primary step where test logic is executed Returning an error will cause the test to fail
()
| 20 | // Primary step where test logic is executed |
| 21 | // Returning an error will cause the test to fail |
| 22 | Run() error |
| 23 | |
| 24 | // Require for background steps |
| 25 | Stop() error |
no outgoing calls