Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { Suite Suite Start time.Time Duration time.Duration TestReports []*TestReport NbFailed int }
func (*Report) NewTestReport ¶
func (r *Report) NewTestReport(t testsuite.Test) *TestReport
type TestReport ¶
func (*TestReport) Done ¶
func (tr *TestReport) Done()
func (*TestReport) Error ¶
func (tr *TestReport) Error(args ...interface{})
func (*TestReport) Errorf ¶
func (tr *TestReport) Errorf(format string, args ...interface{})
func (*TestReport) Reset ¶
func (tr *TestReport) Reset()
Click to show internal directories.
Click to hide internal directories.