outputs

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2015 License: Apache-2.0 Imports: 7 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) (hasFail bool)

type Outputer

type Outputer interface {
	Output(<-chan []resource.TestResult) bool
}

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) (hasFail bool)

Jump to

Keyboard shortcuts

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