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

# 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.
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.
NewMockClient creates and initializes a client that will connect to the mock server.
SortedKeys returns a sorted slice of keys of a map.

# Structs

ReadCloser is a io.ReadCloser for unit testing.
ZeroReader is a io.Reader which will always write zeros to the byte slice provided.