DevfileValidator interface implemented by the parser and api tests for verifying generated devfiles
| 77 | |
| 78 | // DevfileValidator interface implemented by the parser and api tests for verifying generated devfiles |
| 79 | type DevfileValidator interface { |
| 80 | WriteAndValidate(*TestDevfile) error |
| 81 | } |
| 82 | |
| 83 | // TestContent - structure used by a test to configure the tests to run |
| 84 | type TestContent struct { |
no outgoing calls
no test coverage detected