MCPcopy
hub / github.com/kubernetes-sigs/agent-sandbox / Context

Method Context

test/e2e/framework/context.go:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71type T interface {
72 testing.TB
73 Context() context.Context
74}
75
76// TestContext is a helper for managing e2e test scaffolding.

Calls

no outgoing calls