- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewWithT (0.04 sec)
-
istioctl/pkg/multicluster/remote_secret_test.go
} else if diff := cmp.Diff(got, c.want); diff != "" { tt.Fatalf(" got %v\nwant %v\ndiff %v", got, c.want, diff) } }) } } func TestRemoteSecretOptions(t *testing.T) { g := NewWithT(t) ctx := cli.NewFakeContext(nil) o := RemoteSecretOptions{} flags := pflag.NewFlagSet("test", pflag.ContinueOnError) o.addFlags(flags) g.Expect(flags.Parse([]string{ "--name", "valid-name",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0)