Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserialiseReport ¶
func NewJSONReporter ¶
func NewJSONReporter(filename, platform, version string) *jsonReporter
Types ¶
type Reporter ¶
type Reporter interface { ReportTest(string, []string, testresult.TestResult, time.Duration, []byte) Output(string) error SetResult(testresult.TestResult) }
type Reporters ¶
type Reporters []Reporter
func (Reporters) ReportTest ¶
func (reps Reporters) ReportTest(name string, subtests []string, result testresult.TestResult, duration time.Duration, b []byte)
func (Reporters) SetResult ¶
func (reps Reporters) SetResult(s testresult.TestResult)
Click to show internal directories.
Click to hide internal directories.