Documentation ¶
Index ¶
- type ReporterInfo
- type WavefrontReporter
- func (r *WavefrontReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *WavefrontReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *WavefrontReporter) SpecDidComplete(specSummary *types.SpecSummary)
- func (r *WavefrontReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
- func (r *WavefrontReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
- func (r *WavefrontReporter) SpecWillRun(specSummary *types.SpecSummary)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReporterInfo ¶
type ReporterInfo struct {
MetricName string
}
type WavefrontReporter ¶
type WavefrontReporter struct {
// contains filtered or unexported fields
}
func NewWavefrontReporter ¶
func NewWavefrontReporter( logger lager.Logger, hostName string, wfSender wavefront.Sender, ) WavefrontReporter
func (*WavefrontReporter) AfterSuiteDidRun ¶
func (r *WavefrontReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
func (*WavefrontReporter) BeforeSuiteDidRun ¶
func (r *WavefrontReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
func (*WavefrontReporter) SpecDidComplete ¶
func (r *WavefrontReporter) SpecDidComplete(specSummary *types.SpecSummary)
func (*WavefrontReporter) SpecSuiteDidEnd ¶
func (r *WavefrontReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
func (*WavefrontReporter) SpecSuiteWillBegin ¶
func (r *WavefrontReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
func (*WavefrontReporter) SpecWillRun ¶
func (r *WavefrontReporter) SpecWillRun(specSummary *types.SpecSummary)
Click to show internal directories.
Click to hide internal directories.