MCPcopy
hub / github.com/Azure/aztfexport / TestStorageFileShare

Function TestStorageFileShare

internal/test/resourcegroup/e2e_cases_test.go:134–139  ·  view source on GitHub ↗

There are a couple of additional resources will be created by the service, so skip this test for resouce group mode. func TestFunctionAppSlot(t *testing.T) { t.Parallel() test.Precheck(t) c, d := cases.CaseFunctionAppSlot{}, test.NewData() runCase(t, d, c) }

(t *testing.T)

Source from the content-addressed store, hash-verified

132// }
133
134func TestStorageFileShare(t *testing.T) {
135 t.Parallel()
136 test.Precheck(t)
137 c, d := cases.CaseStorageFileShare{}, test.NewData()
138 runCase(t, d, c)
139}

Callers

nothing calls this directly

Calls 3

PrecheckFunction · 0.92
NewDataFunction · 0.92
runCaseFunction · 0.70

Tested by

no test coverage detected