Versions in this module Expand all Collapse all v0 v0.4.0 May 26, 2018 v0.3.0 Mar 8, 2018 v0.2.0 Jan 15, 2018 v0.1.0 Dec 21, 2017 Changes in this version + var TLSBundleCA = []byte(...) + var TLSBundleCert = []byte(...) + var TLSBundleKey = []byte(...) + func AssertJSON(t *testing.T, expect, actual string, msgAndArgs ...interface{}) bool + func AssertQuery(t *testing.T, expect, actual string, msgAndArgs ...interface{}) bool + func AssertURL(t *testing.T, expect, actual string, msgAndArgs ...interface{}) bool + func AssertXML(t *testing.T, expect, actual string, container interface{}, ...) bool + func CleanupTLSBundleFiles(files ...string) error + func CreateTLSBundleFiles() (cert, key, ca string, err error) + func CreateTLSServer(cert, key string, mux *http.ServeMux) (string, error) + func DidPanic(fn func()) (bool, interface{}) + func Match(t *testing.T, regex, expected string) + func NewClient(cfg aws.Config) *aws.Client + func PopEnv(env []string) + func SortedKeys(m map[string]interface{}) []string + func SprintExpectActual(expect, actual interface{}) string + func StashEnv() []string + type FakeContext struct + DoneCh chan struct{} + Error error + func (c *FakeContext) Deadline() (deadline time.Time, ok bool) + func (c *FakeContext) Done() <-chan struct{} + func (c *FakeContext) Err() error + func (c *FakeContext) Value(key interface{}) interface{} + type MockCredentialsProvider struct + InvalidateFn func() + RetrieveFn func() (aws.Credentials, error) + func (p MockCredentialsProvider) Invalidate() + func (p MockCredentialsProvider) Retrieve() (aws.Credentials, error) + type ReadCloser struct + Closed bool + FillData func(bool, []byte, int, int) + Size int + func (r *ReadCloser) Close() error + func (r *ReadCloser) Read(b []byte) (int, error) + type ZeroReader struct + func (r *ZeroReader) Read(b []byte) (int, error)