# Functions

HandleCreateSuccessfully configures the test server to respond to a Create request.
HandleDeleteSuccessfully configures the test server to respond to a Delete request.
HandleGetSuccessfully configures the test server to respond to a Get request.
HandleGetSuccessfully configures the test server to respond to a Get request.
HandleListSuccessfully configures the test server to respond to a List request.
HandlePurgeSuccessfully configures the test server to respond to a Purge request.
HandleShareSuccessfully configures the test server to respond to a Share request.
HandleUpdateSuccessfully configures the test server to respond to an Update request.

# Constants

CreatePurgeRequest is a sample request to a purge.
CreateQueueRequest is a sample request to create a queue.
CreateShareRequest is a sample request to a share.
CreateShareResponse is a sample response to a share request.
GetQueueResponse is a sample response to a get queue.
GetStatsResponse is a sample response to a stats request.
ListQueuesResponse1 is a sample response to a List queues.
ListQueuesResponse2 is a sample response to a List queues.
UpdateQueueRequest is a sample request to update a queue.
UpdateQueueResponse is a sample response to a update queue.

# Variables

ExpectedQueueSlice is the expected result in a List.
ExpectedShare is the expected result in Share.
ExpectedStats is the expected result in a GetStats.
FirstQueue is the first result in a List.
QueueDetails is the expected result in a Get.
QueueName is the name of the queue.
SecondQueue is the second result in a List.