type testing.InternalTest

7 uses

	testing (current package)
		testing.go#L1767: type InternalTest struct {
		testing.go#L2166: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L2173: 	tests       []InternalTest
		testing.go#L2213: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2403: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {
		testing.go#L2433: func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
		testing.go#L2445: func runTests(matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.Time) (ran, ok bool) {