Documentation ¶
Index ¶
- func AssertHTTP404(t *testing.T, handler http.HandlerFunc, mode, url string, values url.Values, ...)
- func AssertLogContains(t *testing.T, wantLogEntry string, entries []*logrus.Entry)
- func AssertRedirectTo(t *testing.T, handler http.HandlerFunc, method string, url string, ...)
- func ChdirInPath(t testing.TB, path string, chdirSet *bool) func()
- func Getwd(t *testing.T) string
- func TmpDir(t *testing.T, pattern string) (vfs.Root, string, func())
- func ToFileProtocol(t *testing.T, path string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertHTTP404 ¶
func AssertHTTP404(t *testing.T, handler http.HandlerFunc, mode, url string, values url.Values, str interface{})
AssertHTTP404 asserts handler returns 404 with provided str body
func AssertLogContains ¶ added in v1.16.0
AssertLogContains checks that wantLogEntry is contained in at least one of the log entries
func AssertRedirectTo ¶
func AssertRedirectTo(t *testing.T, handler http.HandlerFunc, method string, url string, values url.Values, expectedURL string)
AssertRedirectTo asserts that handler redirects to particular URL
func ChdirInPath ¶ added in v1.22.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.