MCPcopy Create free account
hub / github.com/github/gh-aw / TestParseInputDefinitionsNil

Function TestParseInputDefinitionsNil

pkg/workflow/inputs_test.go:205–210  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

203}
204
205func TestParseInputDefinitionsNil(t *testing.T) {
206 result := ParseInputDefinitions(nil)
207 if result != nil {
208 t.Errorf("Expected nil result for nil input, got %v", result)
209 }
210}
211
212func TestInputDefinitionGetDefaultAsString(t *testing.T) {
213 tests := []struct {

Callers

nothing calls this directly

Calls 2

ParseInputDefinitionsFunction · 0.85
ErrorfMethod · 0.45

Tested by

no test coverage detected