testing.M.deps (field)
16 uses
testing (current package)
testing.go#L1338: deps testDeps
testing.go#L1374: deps: deps,
testing.go#L1406: listTests(m.deps.MatchString, m.tests, m.benchmarks, m.examples)
testing.go#L1417: testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)
testing.go#L1418: exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
testing.go#L1423: if !testOk || !exampleOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
testing.go#L1536: if err := m.deps.StartCPUProfile(f); err != nil {
testing.go#L1583: m.deps.StartTestLog(f)
testing.go#L1587: m.deps.SetPanicOnExit0(true)
testing.go#L1601: m.deps.SetPanicOnExit0(false)
testing.go#L1607: if err := m.deps.StopTestLog(); err != nil {
testing.go#L1617: m.deps.StopCPUProfile() // flushes profile to disk
testing.go#L1629: if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
testing.go#L1641: if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
testing.go#L1653: if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {
 |
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. |