MCPcopy
hub / github.com/kubernetes/test-infra / Tester

Interface Tester

kubetest/e2e/interfaces.go:24–26  ·  view source on GitHub ↗

Tester is implemented by runners that run our tests

Source from the content-addressed store, hash-verified

22
23// Tester is implemented by runners that run our tests
24type Tester interface {
25 Run(control *process.Control, args []string) error
26}
27
28// TestBuilder is implemented by deployers that want to customize how the e2e tests are run
29type TestBuilder interface {

Callers 8

runFunction · 0.95
Test_options_getLabelsFunction · 0.65
TestEnsurePRWithLabelFunction · 0.65
TestMakeTableFunction · 0.65
mainFunction · 0.65
TestCleanAnnotationsFunction · 0.65
TestPerformArgDeletionsFunction · 0.65

Implementers 4

GinkgoScriptTesterkubetest/e2e.go
GinkgoCCMTesterkubetest/aksengine.go
GinkgoCSIDriverTesterkubetest/aksengine.go
GinkgoTesterkubetest/e2e/runner.go

Calls

no outgoing calls

Tested by

no test coverage detected