Documentation ¶
Index ¶
- Constants
- func CheckDeepEqual(t *testing.T, expected, actual interface{})
- func CheckError(t *testing.T, shouldErr bool, err error)
- func CheckErrorAndDeepEqual(t *testing.T, shouldErr bool, err error, expected, actual interface{})
- func CheckNoError(t *testing.T, err error)
- func SetupFiles(path string, files map[string]string) error
Constants ¶
View Source
const ( // Dockerfile is used for unit testing Dockerfile = `` /* 416-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CheckDeepEqual ¶ added in v0.10.0
func CheckErrorAndDeepEqual ¶
func CheckNoError ¶ added in v0.19.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.