type testing.M
11 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() {
golang.org/x/pkgsite/internal/postgres
test_helper.go#L137: func RunDBTests(dbName string, m *testing.M, testDB **DB) {
test_helper.go#L163: func RunDBTestsInParallel(dbBaseName string, numDBs int, m *testing.M, acquirep *func(*testing.T) (*DB, func())) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |