# Functions
CheckGoldenFramer checks the GoldenDataResponse and creates a standard file format for saving them.
EnsureKeyIsSet ensures that a single key is set in the map (m).
EnsureKeysAreSet ensures that all of the provided keys are set in the map (m).
EnsureTypeEquality uses the test object and fails the test if the types are not equal.
GetTestQueryFunction returns a function that satisfies the TestQuery function in the TestClient object.
GetTestVariablesFunction provides a function that satisfies the TestVariables function of a TestClient.
NewTestClient creates a new TestClient.
TypesAreEqual compares the types a and b.
# Constants
UpdateGoldenFiles defines whether or not to update the files locally after checking the responses for validity.
# Variables
ErrTNil is returned by TestClient.Query(...) if the `testing.T` pointer in the TestClient is nil.
# Structs
The TestClient satisfies the Client interface and implements the query function.