Documentation ¶
Index ¶
- func NewAutoGolandReporter() reporters.Reporter
- func NewGolandReporter() reporters.Reporter
- type GolandReporter
- func (g GolandReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
- func (g GolandReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
- func (g GolandReporter) SpecDidComplete(specSummary *types.SpecSummary)
- func (g GolandReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
- func (g GolandReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
- func (g GolandReporter) SpecWillRun(specSummary *types.SpecSummary)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAutoGolandReporter ¶
func NewGolandReporter ¶
Types ¶
type GolandReporter ¶
type GolandReporter struct{}
func (GolandReporter) AfterSuiteDidRun ¶
func (g GolandReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
func (GolandReporter) BeforeSuiteDidRun ¶
func (g GolandReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
func (GolandReporter) SpecDidComplete ¶
func (g GolandReporter) SpecDidComplete(specSummary *types.SpecSummary)
func (GolandReporter) SpecSuiteDidEnd ¶
func (g GolandReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
func (GolandReporter) SpecSuiteWillBegin ¶
func (g GolandReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
func (GolandReporter) SpecWillRun ¶
func (g GolandReporter) SpecWillRun(specSummary *types.SpecSummary)
Click to show internal directories.
Click to hide internal directories.