Searched defs:chattyPrinter (Results 1 – 1 of 1) sorted by relevance
536 type chattyPrinter struct { struct537 w io.Writer538 lastNameMu sync.Mutex // guards lastName539 lastName string // last printed test name in chatty mode540 json bool // -v=json output mode551 func (p *chattyPrinter) prefix() string {561 func (p *chattyPrinter) Updatef(testName, format string, args ...any) {575 func (p *chattyPrinter) Printf(testName, format string, args ...any) {