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)