package
0.10.4
Repository: https://github.com/fireworkmarks/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package integration performs initialization and validation for integration tests.
Package unit performs initialization and validation for unit tests.

# Functions

AssertJSON verifies that the expect json string matches the actual.
AssertQuery verifies the expect HTTP query string matches the actual.
AssertURL verifies the expected URL is matches the actual.
AssertXML verifies that the expect xml string matches the actual.
GenerateAssertions builds assertions for a shape based on its type.
Match is a testing helper to test for testing error by comparing expected with a regular expression.
ParamsStructFromJSON returns a JSON string representation of a structure.
SortedKeys returns a sorted slice of keys of a map.