MCPcopy Index your code
hub / github.com/devspace-sh/devspace / ExpectLocalFileNotFound

Function ExpectLocalFileNotFound

e2e/framework/helper.go:206–209  ·  view source on GitHub ↗
(filePath string)

Source from the content-addressed store, hash-verified

204}
205
206func ExpectLocalFileNotFound(filePath string) {
207 _, err := os.Stat(filePath)
208 gomega.ExpectWithOffset(1, os.IsNotExist(err)).Should(gomega.BeTrue())
209}
210
211func ExpectDeleteNamespace(k *kube.KubeHelper, name string) {
212 err := k.DeleteNamespace(name)

Callers 1

sync.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected