MCPcopy
hub / github.com/argoproj/argo-cd / Given

Function Given

test/e2e/fixture/app/context.go:71–75  ·  view source on GitHub ↗
(t *testing.T, opts ...fixture.TestOption)

Source from the content-addressed store, hash-verified

69}
70
71func Given(t *testing.T, opts ...fixture.TestOption) *Context {
72 t.Helper()
73 state := fixture.EnsureCleanState(t, opts...)
74 return GivenWithSameState(state)
75}
76
77func GivenWithNamespace(t *testing.T, namespace string) *Context {
78 t.Helper()

Calls 2

EnsureCleanStateFunction · 0.92
GivenWithSameStateFunction · 0.70