testing.T.Run (method)

2 uses

	testing (current package)
		testing.go#L1806: func (t *T) Run(name string, f func(t *T)) bool {
		testing.go#L2279: 					t.Run(test.Name, test.F)