Documentation
¶
Index ¶
- type Test
- func (*Test) AssertContains(s, substr interface{}) interface{}
- func (*Test) AssertEq(actual, expected interface{}) interface{}
- func (*Test) AssertFalse(val interface{}) interface{}
- func (*Test) AssertNeq(actual, expected interface{}) interface{}
- func (*Test) AssertNil(val interface{}) interface{}
- func (*Test) AssertTrue(val interface{}) interface{}
- func (*Test) Fail(msg interface{}) interface{}
- func (*Test) Run(command string) interface{}
- func (*Test) Skip(reason interface{}) interface{}
- func (t *Test) Tmpdir() interface{}
- func (*Test) WriteFile(path, content string) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
TmpDir string
}
func (*Test) AssertContains ¶
func (*Test) AssertContains(s, substr interface{}) interface{}
func (*Test) AssertFalse ¶
func (*Test) AssertFalse(val interface{}) interface{}
func (*Test) AssertTrue ¶
func (*Test) AssertTrue(val interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.