TestCase is a single integration test case
| 81 | |
| 82 | // TestCase is a single integration test case |
| 83 | type TestCase interface { |
| 84 | // Execute executes a test case and returns any errors if occurred |
| 85 | Execute() error |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected