testing.common.name (field)
30 uses
testing (current package)
benchmark.go#L221: if n := len(b.name) + ctx.extLen + 1; n > ctx.maxLen {
benchmark.go#L236: fmt.Fprintf(b.w, "--- FAIL: %s\n%s", b.name, b.output)
benchmark.go#L248: fmt.Fprintf(b.w, "--- %s: %s\n%s", tag, b.name, b.output)
benchmark.go#L534: name: "Main",
benchmark.go#L559: benchName := benchmarkName(b.name, procs)
benchmark.go#L570: name: b.name,
benchmark.go#L621: benchName, ok, partial := b.name, true, false
benchmark.go#L633: name: benchName,
match.go#L57: name = m.unique(c.name, rewrite(subname))
testing.go#L409: name string // Name of test or benchmark.
testing.go#L676: return c.name
testing.go#L697: panic("Fail in goroutine after " + c.name + " has completed")
testing.go#L764: panic("Log in goroutine after " + c.name + " has completed")
testing.go#L772: c.chatty.Printf(c.name, "%s", c.decorate(s, depth+1))
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#L1137: root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
testing.go#L1220: name: testName,
testing.go#L1231: t.chatty.Updatef(t.name, "=== RUN %s\n", t.name)
testing.go#L1441: t.flushToParent(t.name, format, "FAIL", t.name, dstr)
testing.go#L1444: t.flushToParent(t.name, format, "SKIP", t.name, dstr)
testing.go#L1446: t.flushToParent(t.name, format, "PASS", t.name, dstr)
 |
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. |