testing.T.Run (method)

2 uses

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