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

Function TestKeyVaultNestedItems

internal/test/resourcegroup/e2e_cases_test.go:118–124  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

116}
117
118func TestKeyVaultNestedItems(t *testing.T) {
119 t.Parallel()
120 test.Precheck(t)
121 cred, opt := test.BuildCredAndClientOpt(t)
122 c, d := cases.CaseKeyVaultNestedItems{B: client.ClientBuilder{Credential: cred, Opt: *opt}}, test.NewData()
123 runCase(t, d, c)
124}
125
126// There are a couple of additional resources will be created by the service, so skip this test for resouce group mode.
127// func TestFunctionAppSlot(t *testing.T) {

Callers

nothing calls this directly

Calls 4

PrecheckFunction · 0.92
BuildCredAndClientOptFunction · 0.92
NewDataFunction · 0.92
runCaseFunction · 0.70

Tested by

no test coverage detected