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#L1790: 		if ok, _ := matchString(*matchList, example.Name); ok {
		testing.go#L1791: 			fmt.Println(example.Name)