type testing.InternalTest
7 uses
testing (current package)
testing.go#L1292: type InternalTest struct {
testing.go#L1596: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
testing.go#L1603: tests []InternalTest
testing.go#L1642: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
testing.go#L1768: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {
testing.go#L1798: func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
testing.go#L1810: func runTests(matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.Time) (ran, ok bool) {