Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + 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 GenerateAssertions(out interface{}, shape *api.Shape, prefix string) string + func Match(t *testing.T, regex, expected string) + func NewClient(cfgs ...*aws.Config) *client.Client + func ParamsStructFromJSON(value interface{}, shape *api.Shape, prefixPackageName bool) string + func SortedKeys(m map[string]interface{}) []string + type ZeroReader struct + func (r *ZeroReader) Read(b []byte) (int, error)