Documentation ¶
Index ¶
- func AssertAllNotNil(t *testing.T, vv ...interface{})
- func AssertClone(t *testing.T, e, g interface{})
- func AssertContains(t *testing.T, s, substr string, shouldContain bool)
- func AssertEqual(t *testing.T, e, g interface{})
- func AssertErrorContains(t *testing.T, err error, s string)
- func AssertIsNil(t *testing.T, v interface{})
- func AssertNoError(t *testing.T, err error)
- func AssertNotNil(t *testing.T, v interface{})
- func GetTestFilePath(filename string) string
- func NewLocalListener(t *testing.T) net.Listener
- func WaitCondition(waitFor, checkEvery time.Duration, fn func() bool) bool
- type NeverEnding
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertAllNotNil ¶
func AssertClone ¶
func AssertEqual ¶
func AssertIsNil ¶
func AssertNoError ¶
func AssertNotNil ¶
func GetTestFilePath ¶
GetTestFilePath return test file absolute path.
Types ¶
type NeverEnding ¶
type NeverEnding byte
Click to show internal directories.
Click to hide internal directories.