type testing.M

9 uses

	testing (current package)
		testing.go#L2276: type M struct {
		testing.go#L2319: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L2322: 	return &M{
		testing.go#L2340: func (m *M) Run() (code int) {
		testing.go#L2601: func (m *M) before() {
		testing.go#L2683: func (m *M) after() {
		testing.go#L2696: func (m *M) writeProfiles() {
		testing.go#L2782: func (m *M) startAlarm() time.Time {
		testing.go#L2819: func (m *M) stopAlarm() {