type testing.InternalTest

7 uses

	testing (current package)
		testing.go#L1869: type InternalTest struct {
		testing.go#L2271: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
		testing.go#L2278: 	tests       []InternalTest
		testing.go#L2319: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2509: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {
		testing.go#L2539: func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
		testing.go#L2551: func runTests(modulePath, importPath string, matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.Time) (ran, ok bool) {