Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseTeamCityAttr ¶
func ParseTeamCityCount ¶
func ParseTeamCityError ¶
func ParseTeamCityTestName ¶
Types ¶
type TeamCityOutput ¶
type TeamCityOutput struct {
// contains filtered or unexported fields
}
func NewTeamCityOutput ¶
func NewTeamCityOutput() *TeamCityOutput
func (*TeamCityOutput) Finish ¶
func (t *TeamCityOutput) Finish()
func (*TeamCityOutput) Start ¶
func (t *TeamCityOutput) Start(testCount, workerCount int)
func (*TeamCityOutput) WorkerComplete ¶
func (t *TeamCityOutput) WorkerComplete(workerID int, err error)
func (*TeamCityOutput) WorkerLine ¶
func (t *TeamCityOutput) WorkerLine(workerID int, line string)
func (*TeamCityOutput) WorkerStart ¶
func (t *TeamCityOutput) WorkerStart(workerID, testCount int)
type TerminalOutput ¶
type TerminalOutput struct {
// contains filtered or unexported fields
}
func NewTerminalOutput ¶
func NewTerminalOutput() *TerminalOutput
func (*TerminalOutput) Finish ¶
func (t *TerminalOutput) Finish()
func (*TerminalOutput) Start ¶
func (t *TerminalOutput) Start(testCount, workerCount int)
func (*TerminalOutput) WorkerComplete ¶
func (t *TerminalOutput) WorkerComplete(workerID int, err error)
func (*TerminalOutput) WorkerLine ¶
func (t *TerminalOutput) WorkerLine(workerID int, line string)
func (*TerminalOutput) WorkerStart ¶
func (t *TerminalOutput) WorkerStart(workerID, testCount int)
Click to show internal directories.
Click to hide internal directories.