Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
type
ForTester
interface
{
45
ForTest(t *testing.T)
46
}
47
48
func
(t *T) Override(dest, tmp
interface
{}) {
49
err := override(t.T, dest, tmp)
Callers
1
Override
Method · 0.65
Implementers
2
FakeCmd
testutil/cmd_helper.go
FakeCmdWithConcurrencySupport
testutil/concurrency/cmd_helper_with_c
Calls
no outgoing calls
Tested by
no test coverage detected