Documentation ¶
Index ¶
- func MethodFilter(name string) (bool, error)
- type Suite
- func (t *Suite) AllConfigFiles() []string
- func (t *Suite) Catch(f func())
- func (t *Suite) ConfigFiles() []string
- func (t *Suite) Copy(src []string, testName string, stackSkip int) (cleanFn func())
- func (t *Suite) Init(src []string, testName string, stackSkip int) (cleanFn func())
- func (t *Suite) RawCopy(filenames []string, stackSkip int) (cleanFn func())
- func (t *Suite) SetupSuite()
- func (t *Suite) TearDownSuite()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodFilter ¶
Types ¶
type Suite ¶
func (*Suite) AllConfigFiles ¶
func (*Suite) ConfigFiles ¶
func (*Suite) SetupSuite ¶
func (t *Suite) SetupSuite()
func (*Suite) TearDownSuite ¶
func (t *Suite) TearDownSuite()
Click to show internal directories.
Click to hide internal directories.