# Functions

HandleCreateSuccessfully configures the test server to respond to a Create request.
HandleDeleteMessagesSuccessfully configures the test server to respond to a Delete request.
HandleGetSuccessfully configures the test server to respond to a Get request.
HandleGetMessagesSuccessfully configures the test server to respond to a GetMessages request.
HandleGetSuccessfully configures the test server to respond to a Get request.
HandleListSuccessfully configures the test server to respond to a List request.
HandlePopSuccessfully configures the test server to respond to a Pop request.

# Constants

CreateMessageRequest is a sample request to create a message.
CreateMessageResponse is a sample response to a Create message.
GetMessageResponse is a sample response to Get.
GetMessagesResponse is a sample response to GetMessages.
ListMessagesResponse is a sample response to list messages.
ListMessagesResponse is a sample response to list messages.
PopMessageResponse is a sample reponse to pop messages.

# Variables

ExpectedMessagesSet is the expected result in GetMessages.
ExpectedMessagesSlice is the expected result in a List.
ExpectedPopMessage is the expected result of a Pop.
ExpectedResources is the expected result in Create.
FirstMessage is the first result in a List.
MessageID is the id of the message.
QueueName is the name of the queue.
SecondMessage is the second result in a List.