testing.InternalExample.Name (field)
7 uses
testing (current package)
example.go#L16: Name string
example.go#L35: matched, err := matchString(*match, eg.Name)
example.go#L83: fmt.Printf("--- FAIL: %s (%s)\n%s", eg.Name, dstr, fail)
example.go#L86: fmt.Printf("--- PASS: %s (%s)\n", eg.Name, dstr)
run_example.go#L23: fmt.Printf("=== RUN %s\n", eg.Name)
testing.go#L1468: if ok, _ := matchString(*matchList, example.Name); ok {
testing.go#L1469: fmt.Println(example.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. |