MCPcopy Create free account
hub / github.com/coder/envbuilder / testCase

Struct testCase

integration/integration_test.go:672–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 data string
671 }
672 type testCase struct {
673 name string
674 env []string
675 configFile configFile
676 configBase64 string
677 validate func(t *testing.T, tc testCase, ctrID, logs string)
678 }
679
680 validateDockerConfig := func(t *testing.T, tc testCase, ctrID, logs string) {
681 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected