Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct { Service build.Reader VDCTableReport table.Reporter RDCTableReport table.Reporter }
Reporter is an implementation of report.Reporter It wraps a table reporter and decorates it with additional metadata
func (*Reporter) Add ¶
func (r *Reporter) Add(t report.TestResult)
Add adds a TestResult to the report
func (*Reporter) ArtifactRequirements ¶
func (r *Reporter) ArtifactRequirements() []report.ArtifactType
ArtifactRequirements returns a list of artifact types are this reporter requires to create a proper report.
Click to show internal directories.
Click to hide internal directories.