# Functions

CreateAWSError is used for mocking the types of errors received from aws-sdk-go so that the expected code path executes.
LoadFromFixture fills an empty pointer variable with the data from a fixture JSON/YAML file.

# Variables

No description provided by the author

# Structs

Expect represents test scenario expected outcome fixture to load from file path.
Fixture represents test scenario fixture to load from file paths.
ServiceAPI represents details about the the service sdk api and fixture path to mock its response.
ServiceAPIError contains the specification for the error of the mock API response.
TestConfig represents declarative unit test.
TestScenario represents declarative test scenario details.
TestSuite represents instructions to run unit tests using test fixtures and mock service apis.
TestSuiteRunner runs given test suite config with the help of delegate supplied to it.

# Interfaces

TestRunnerDelegate provides interface for custom resource tests to implement.