Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + var Mux *http.ServeMux + var Server *httptest.Server + func AssertDeepEquals(t *testing.T, expected, actual interface{}) + func AssertEquals(t *testing.T, expected, actual interface{}) + func AssertJSONEquals(t *testing.T, expectedJSON string, actual interface{}) + func AssertNoErr(t *testing.T, e error) + func CheckDeepEquals(t *testing.T, expected, actual interface{}) + func CheckEquals(t *testing.T, expected, actual interface{}) + func CheckJSONEquals(t *testing.T, expectedJSON string, actual interface{}) + func CheckNoErr(t *testing.T, e error) + func Endpoint() string + func SetupHTTP() + func TeardownHTTP() + func TestBody(t *testing.T, r *http.Request, expected string) + func TestFormValues(t *testing.T, r *http.Request, values map[string]string) + func TestHeader(t *testing.T, r *http.Request, header string, expected string) + func TestJSONRequest(t *testing.T, r *http.Request, expected string) + func TestMethod(t *testing.T, r *http.Request, expected string)