Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatOptions ¶ added in v0.3.6
func FormatOptions() []string
func Outputers ¶ added in v0.0.5
func Outputers() []string
Outputers returns a sorted list of the names of the registered outputers.
func RegisterOutputer ¶ added in v0.0.5
Types ¶
type Documentation ¶ added in v0.0.5
type Documentation struct{}
func (Documentation) Output ¶ added in v0.0.5
func (r Documentation) Output(w io.Writer, results <-chan []resource.TestResult, startTime time.Time, outConfig util.OutputConfig) (exitCode int)
type JsonOneline ¶ added in v0.3.4
type JsonOneline struct{}
func (JsonOneline) Output ¶ added in v0.3.4
func (r JsonOneline) Output(w io.Writer, results <-chan []resource.TestResult, startTime time.Time, outConfig util.OutputConfig) (exitCode int)
type Outputer ¶
type Outputer interface {
Output(io.Writer, <-chan []resource.TestResult, time.Time, util.OutputConfig) int
}
func GetOutputer ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.