package testdeps
import "testing/internal/testdeps"
Package testdeps provides access to dependencies needed by test execution.
This package is imported by the generated main package, which passes TestDeps into testing.Main. This allows tests to use packages at run time without making those packages direct dependencies of package testing. Direct dependencies of package testing are harder to write tests for.
Index ¶
Types ¶
type TestDeps ¶
type TestDeps struct{}
TestDeps is an implementation of the testing.testDeps interface, suitable for passing to testing.MainStart.
func (TestDeps) MatchString ¶
func (TestDeps) StartCPUProfile ¶
func (TestDeps) StopCPUProfile ¶
func (TestDeps) StopCPUProfile()
func (TestDeps) WriteHeapProfile ¶
func (TestDeps) WriteProfileTo ¶
Source Files ¶
- Version
- v1.8.6
- Published
- Jan 23, 2018
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 minutes ago –
Tools for package owners.