MCPcopy
hub / github.com/GoogleContainerTools/skaffold / ForTester

Interface ForTester

testutil/util.go:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type ForTester interface {
45 ForTest(t *testing.T)
46}
47
48func (t *T) Override(dest, tmp interface{}) {
49 err := override(t.T, dest, tmp)

Callers 1

OverrideMethod · 0.65

Implementers 2

FakeCmdtestutil/cmd_helper.go
FakeCmdWithConcurrencySupporttestutil/concurrency/cmd_helper_with_c

Calls

no outgoing calls

Tested by

no test coverage detected