type testing.M

9 uses

	testing (current package)
		testing.go#L1601: type M struct {
		testing.go#L1642: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {
		testing.go#L1644: 	return &M{
		testing.go#L1654: func (m *M) Run() (code int) {
		testing.go#L1855: func (m *M) before() {
		testing.go#L1921: func (m *M) after() {
		testing.go#L1934: func (m *M) writeProfiles() {
		testing.go#L2020: func (m *M) startAlarm() time.Time {
		testing.go#L2035: func (m *M) stopAlarm() {