(t *testing.T)
| 116 | } |
| 117 | |
| 118 | func 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) { |
nothing calls this directly
no test coverage detected