MCPcopy Create free account
hub / github.com/devfile/api / DevfileValidator

Interface DevfileValidator

test/v200/utils/common/test_utils.go:79–81  ·  view source on GitHub ↗

DevfileValidator interface implemented by the parser and api tests for verifying generated devfiles

Source from the content-addressed store, hash-verified

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

Callers 1

RunTestMethod · 0.65

Implementers 1

DevfileValidatortest/v200/utils/api/test_utils.go

Calls

no outgoing calls

Tested by

no test coverage detected