Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestResultCompleted ¶
type TestResultCompleted func(result models.TestResult)
type TestResultParser ¶
type TestResultParser struct {
// contains filtered or unexported fields
}
func NewResultsParser ¶
func NewResultsParser(completed TestResultCompleted) TestResultParser
func (*TestResultParser) ParseLine ¶
func (trp *TestResultParser) ParseLine(input string, verbose bool)
Click to show internal directories.
Click to hide internal directories.