testing.common.Errorf (method)
6 uses
testing (current package)
benchmark.go#L198: b.Errorf("race detected during execution of benchmark")
testing.go#L801: func (c *common) Errorf(format string, args ...interface{}) {
testing.go#L948: c.Errorf("TempDir RemoveAll cleanup: %v", err)
testing.go#L1092: t.Errorf("race detected during execution of test")
testing.go#L1103: t.Errorf("%v: subtest may have called FailNow on a parent test", err)
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L155: t.Errorf("%s: mismatch (-want, +got):\n%s", filename, diff)
![]() |
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. |