testing.InternalTest.Name (field)

4 uses

	testing (current package)
		testing.go#L1293: 	Name string
		testing.go#L1775: 		if ok, _ := matchString(*matchList, test.Name); ok {
		testing.go#L1776: 			fmt.Println(test.Name)
		testing.go#L1839: 					t.Run(test.Name, test.F)