# Packages
Package integration performs initialization and validation for integration tests.
No description provided by the author
Package performance contains shared step definitions that are used for performance testing.
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.
NewClient creates and initializes a generic service client for testing.
ParamsStructFromJSON returns a JSON string representation of a structure.
SortedKeys returns a sorted slice of keys of a map.
# Structs
ZeroReader is a io.Reader which will always write zeros to the byte slice provided.