Documentation
¶
Index ¶
- type BaseTestCase
- func (tc BaseTestCase) AfterTest(suiteName, testName string)
- func (tc *BaseTestCase) BaseFixturePath() string
- func (tc *BaseTestCase) BeforeTest(suiteName, testName string)
- func (tc *BaseTestCase) FixturePath() string
- func (tc BaseTestCase) FolderMatchesDesiredState(msgAndArgs ...interface{}) bool
- func (tc *BaseTestCase) SetBaseFixturePath(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseTestCase ¶
func (BaseTestCase) AfterTest ¶
func (tc BaseTestCase) AfterTest(suiteName, testName string)
func (*BaseTestCase) BaseFixturePath ¶
func (tc *BaseTestCase) BaseFixturePath() string
BaseFixturePath return path to the source input files
func (*BaseTestCase) BeforeTest ¶
func (tc *BaseTestCase) BeforeTest(suiteName, testName string)
func (*BaseTestCase) FixturePath ¶
func (tc *BaseTestCase) FixturePath() string
func (BaseTestCase) FolderMatchesDesiredState ¶
func (tc BaseTestCase) FolderMatchesDesiredState(msgAndArgs ...interface{}) bool
func (*BaseTestCase) SetBaseFixturePath ¶
func (tc *BaseTestCase) SetBaseFixturePath(path string)
SetBaseFixturePath will set path to the source input files which will be modified by the test
Click to show internal directories.
Click to hide internal directories.