type testing.testDeps

3 uses

	testing (current package)
		testing.go#L1338: 	deps       testDeps
		testing.go#L1357: type testDeps interface {
		testing.go#L1371: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {