testhelpers

package
v1.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

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

func AssertLogContains(t *testing.T, wantLogEntry string, entries []*logrus.Entry)

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

func ChdirInPath(t testing.TB, path string, chdirSet *bool) func()

func TmpDir added in v1.25.0

func TmpDir(t *testing.T, pattern string) (vfs.Root, string, func())

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL