MCPcopy Create free account
hub / github.com/commander-cli/commander / TestNewValidationResult

Function TestNewValidationResult

pkg/runtime/validator_test.go:11–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9)
10
11func TestNewValidationResult(t *testing.T) {
12 mr := matcher.MatcherResult{}
13 got := newValidationResult(mr)
14 assert.IsType(t, ValidationResult{}, got)
15}
16
17func Test_Validate(t *testing.T) {
18 test := getExampleTest()

Callers

nothing calls this directly

Calls 1

newValidationResultFunction · 0.85

Tested by

no test coverage detected