Versions in this module Expand all Collapse all v0 v0.5.0 Sep 25, 2017 Changes in this version + func Sample() v0.4.0 May 28, 2017 Changes in this version + type Suite struct + Name string + func New(name string) *Suite + func (s *Suite) BenchmarkSetUp(BeforeEachBenchmarkFunc func(*testing.B)) *Suite + func (s *Suite) BenchmarkTearDown(AfterEachBenchmarkFunc func(*testing.B)) *Suite + func (s *Suite) ExampleSetUp(BeforeEachExampleFunc func()) *Suite + func (s *Suite) ExampleTearDown(AfterEachExampleFunc func()) *Suite + func (s *Suite) Run(m *testing.M) int + func (s *Suite) TestSetUp(BeforeEachTestFunc func(*testing.T)) *Suite + func (s *Suite) TestTearDown(AfterEachTestFunc func(*testing.T)) *Suite + type TestDeps struct + func (TestDeps) MatchString(pat, str string) (result bool, err error) + func (TestDeps) StartCPUProfile(w io.Writer) error + func (TestDeps) StopCPUProfile() + func (TestDeps) WriteHeapProfile(w io.Writer) error + func (TestDeps) WriteProfileTo(name string, w io.Writer, debug int) error