MCPcopy
hub / github.com/operator-framework/operator-sdk / TestRunner

Interface TestRunner

internal/scorecard/scorecard.go:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type TestRunner interface {
35 Initialize(context.Context) error
36 RunTest(context.Context, v1alpha3.TestConfiguration, bool) (*v1alpha3.TestStatus, error)
37 Cleanup(context.Context) error
38}
39
40type Scorecard struct {
41 Config v1alpha3.Configuration

Callers 3

RunMethod · 0.65
runTestMethod · 0.65
RunMethod · 0.65

Implementers 2

PodTestRunnerinternal/scorecard/scorecard.go
FakeTestRunnerinternal/scorecard/scorecard.go

Calls

no outgoing calls

Tested by

no test coverage detected