Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortViolations ¶
Types ¶
type Result ¶
type Result interface { fmt.Stringer IsSuccessWith(other Result, options *harness.ResultOptions) bool ToProto() *harness.TestResult }
func CompilationError ¶
func FromProto ¶
func FromProto(res *harness.TestResult) Result
func RuntimeError ¶
func UnexpectedError ¶
func Violations ¶
type Set ¶
func (*Set) AddSuite ¶
func (set *Set) AddSuite(res *SuiteResults, verbose bool)
type SuiteResults ¶
type SuiteResults harness.SuiteResults
func (*SuiteResults) AddCase ¶
func (suite *SuiteResults) AddCase(res *harness.CaseResult, verbose bool)
func (*SuiteResults) Print ¶
func (suite *SuiteResults) Print(w io.Writer)
Click to show internal directories.
Click to hide internal directories.