Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct { TestResults []report.TestResult Dst io.Writer // contains filtered or unexported fields }
Reporter is a table writer implementation for report.Reporter.
func (*Reporter) Add ¶
func (r *Reporter) Add(t report.TestResult)
Add adds the test result to the summary table.
func (*Reporter) ArtifactRequirements ¶ added in v0.62.0
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.