Documentation ¶
Index ¶
- func AssertFileContains(t *testing.T, fileName string, containsText string)
- func AssertFileDoesNotExist(t *testing.T, fileName string) bool
- func AssertFileExists(t *testing.T, fileName string) bool
- func AssertFilesExist(t *testing.T, expected bool, paths ...string)
- func Debugf(message string, args ...interface{})
- func IsDebugLog() bool
- func Output() io.Writer
- func TestShouldDisableMaven() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertFileContains ¶ added in v1.3.24
AssertFileContains asserts that a given file exists and contains the given text
func AssertFileDoesNotExist ¶ added in v1.3.24
AssertFileDoesNotExist asserts that the given file does not exist
func AssertFileExists ¶ added in v1.3.24
AssertFileExists asserts that the given file exists
func AssertFilesExist ¶ added in v1.3.24
AssertFilesExist asserts that the list of file paths either exist or don't exist
func IsDebugLog ¶
func IsDebugLog() bool
func TestShouldDisableMaven ¶ added in v1.2.121
func TestShouldDisableMaven() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.