Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParsePackageResults ¶
func ParsePackageResults(result *contract.PackageResult, rawOutput string)
Types ¶
type TestResults ¶
type TestResults []contract.TestResult
TestResults is a collection of TestResults that implements sort.Interface.
func (TestResults) Len ¶
func (r TestResults) Len() int
func (TestResults) Less ¶
func (r TestResults) Less(i, j int) bool
Less compares TestResults on TestName
func (TestResults) Swap ¶
func (r TestResults) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.