Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + func MkTmpdir(prefix string) (string, error) + func MkTmpdirOrDie(prefix string) string + type FakeHandler struct + RequestBody string + RequestReceived *http.Request + ResponseBody string + StatusCode int + T LogInterface + func (f *FakeHandler) ServeHTTP(response http.ResponseWriter, request *http.Request) + func (f *FakeHandler) ValidateRequest(t TestInterface, expectedPath, expectedMethod string, body *string) + func (f *FakeHandler) ValidateRequestCount(t TestInterface, count int) bool + type LogInterface interface + Logf func(format string, args ...interface{}) + type TestInterface interface + Errorf func(format string, args ...interface{}) + Logf func(format string, args ...interface{})