kubernetes/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go

type Reporter

type NoopReporter

func (n NoopReporter) SuiteWillBegin(report types.Report)                       {}

func (n NoopReporter) WillRun(report types.SpecReport)                          {}

func (n NoopReporter) DidRun(report types.SpecReport)                           {}

func (n NoopReporter) SuiteDidEnd(report types.Report)                          {}

func (n NoopReporter) EmitFailure(state types.SpecState, failure types.Failure) {}

func (n NoopReporter) EmitProgressReport(progressReport types.ProgressReport)   {}

func (n NoopReporter) EmitReportEntry(entry types.ReportEntry)                  {}

func (n NoopReporter) EmitSpecEvent(event types.SpecEvent)                      {}