MCPcopy Create free account
hub / github.com/docker/cli / TestConfigFile

Function TestConfigFile

cli/config/configfile/file_test.go:162–167  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

160}
161
162func TestConfigFile(t *testing.T) {
163 configFilename := "configFilename"
164 configFile := New(configFilename)
165
166 assert.Check(t, is.Equal(configFilename, configFile.Filename))
167}
168
169type mockNativeStore struct {
170 GetAllCallCount int

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…