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.
Click to show internal directories.
Click to hide internal directories.