testing.chattyPrinter.Updatef (method)
5 uses
testing (current package)
testing.go#L351: func (p *chattyPrinter) Updatef(testName, format string, args ...interface{}) {
testing.go#L592: c.chatty.Updatef(testName, format, args...)
testing.go#L1055: t.chatty.Updatef(t.name, "=== PAUSE %s\n", t.name)
testing.go#L1063: t.chatty.Updatef(t.name, "=== CONT %s\n", t.name)
testing.go#L1231: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |