type testing.InternalTest
7 uses
testing (current package)
testing.go#L1635: type InternalTest struct {
testing.go#L1976: func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
testing.go#L1983: tests []InternalTest
testing.go#L2023: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
testing.go#L2205: func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {
testing.go#L2235: func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) {
testing.go#L2247: func runTests(matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.Time) (ran, ok bool) {