outputs

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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

func RegisterOutputer(name string, outputer Outputer)

Types

type Documentation added in v0.0.5

type Documentation struct{}

func (Documentation) Output added in v0.0.5

func (r Documentation) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

type JUnit added in v0.1.2

type JUnit struct{}

func (JUnit) Output added in v0.1.2

func (r JUnit) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

type Json added in v0.0.7

type Json struct{}

func (Json) Output added in v0.0.7

func (r Json) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

type Nagios added in v0.0.12

type Nagios struct{}

func (Nagios) Output added in v0.0.12

func (r Nagios) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

type Outputer

type Outputer interface {
	Output(<-chan []resource.TestResult, time.Time) int
}

func GetOutputer added in v0.0.5

func GetOutputer(name string) Outputer

type Rspecish

type Rspecish struct{}

func (Rspecish) Output

func (r Rspecish) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

type Tap added in v0.1.2

type Tap struct{}

func (Tap) Output added in v0.1.2

func (r Tap) Output(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL