testing.InternalExample.Name (field)

7 uses

	testing (current package)
		example.go#L16: 	Name      string
		example.go#L36: 		_, matched, _ := m.fullName(nil, eg.Name)
		example.go#L84: 		fmt.Printf("%s--- FAIL: %s (%s)\n%s", chatty.prefix(), eg.Name, dstr, fail)
		example.go#L87: 		fmt.Printf("%s--- PASS: %s (%s)\n", chatty.prefix(), eg.Name, dstr)
		run_example.go#L23: 		fmt.Printf("%s=== RUN   %s\n", chatty.prefix(), eg.Name)
		testing.go#L2227: 		if ok, _ := matchString(*matchList, example.Name); ok {
		testing.go#L2228: 			fmt.Println(example.Name)