testing.testDeps.MatchString (method)
5 uses
testing (current package)
testing.go#L1359: MatchString(pat, str string) (bool, error)
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 {