# Functions
Assert fails the test if the condition is false.
DirHash returns a hash of all files attributes and their content within a directory.
Equals fails the test if exp is not equal to act.
ErrorEqual compares Go errors for equality.
NewCallbackCloser returns a Closer that calls the provided function upon closing.
NewLogger returns a gokit compatible Logger which calls t.Log.
NewRoundTripCheckRequest creates a new instance of a type that implements http.RoundTripper, which before returning theResponse and theError, executes checkRequest against a http.Request.
NewTemporaryDirectory creates a new temporary directory for transient POSIX activities.
NotOk fails the test if an err is nil.
Ok fails the test if an err is not nil.
TolerantVerifyLeak verifies go leaks but excludes the go routines that are launched as side effects of some of our dependencies.
# Constants
NilCloser is a no-op Closer.
# Structs
A MockContext provides a simple stub implementation of a Context.
# Interfaces
No description provided by the author
No description provided by the author
This package is imported by non-test code and therefore cannot import the testing package, which has side effects such as adding flags.
No description provided by the author