type testing.M

9 uses

	testing (current package)
		testing.go#L1337: type M struct {
		testing.go#L1371: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
		testing.go#L1373: 	return &M{
		testing.go#L1382: func (m *M) Run() (code int) {
		testing.go#L1526: func (m *M) before() {
		testing.go#L1592: func (m *M) after() {
		testing.go#L1605: func (m *M) writeProfiles() {
		testing.go#L1691: func (m *M) startAlarm() time.Time {
		testing.go#L1706: func (m *M) stopAlarm() {