Documentation ¶
Index ¶
- func JunitReport(t *testing.T, filePath string) *reporters.JUnitReporter
- type HTTPMeasurementReporter
- func (r *HTTPMeasurementReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *HTTPMeasurementReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *HTTPMeasurementReporter) SpecDidComplete(specSummary *types.SpecSummary)
- func (r *HTTPMeasurementReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
- func (r *HTTPMeasurementReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
- func (r *HTTPMeasurementReporter) SpecWillRun(specSummary *types.SpecSummary)
- func (r *HTTPMeasurementReporter) SubmitMeasurement(data map[string]string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JunitReport ¶
func JunitReport(t *testing.T, filePath string) *reporters.JUnitReporter
JunitReport takes test object and filepath as argument, returns junitReporter object
Types ¶
type HTTPMeasurementReporter ¶
type HTTPMeasurementReporter struct {
// contains filtered or unexported fields
}
func NewHTTPMeasurementReporter ¶
func NewHTTPMeasurementReporter(url string) *HTTPMeasurementReporter
func (*HTTPMeasurementReporter) AfterSuiteDidRun ¶
func (r *HTTPMeasurementReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
func (*HTTPMeasurementReporter) BeforeSuiteDidRun ¶
func (r *HTTPMeasurementReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
func (*HTTPMeasurementReporter) SpecDidComplete ¶
func (r *HTTPMeasurementReporter) SpecDidComplete(specSummary *types.SpecSummary)
func (*HTTPMeasurementReporter) SpecSuiteDidEnd ¶
func (r *HTTPMeasurementReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
func (*HTTPMeasurementReporter) SpecSuiteWillBegin ¶
func (r *HTTPMeasurementReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
func (*HTTPMeasurementReporter) SpecWillRun ¶
func (r *HTTPMeasurementReporter) SpecWillRun(specSummary *types.SpecSummary)
func (*HTTPMeasurementReporter) SubmitMeasurement ¶
func (r *HTTPMeasurementReporter) SubmitMeasurement(data map[string]string) error
Click to show internal directories.
Click to hide internal directories.