# Functions
HandleTransferRequestCreationSuccessfully configures the test server to respond to a Create request.
HandleTransferRequestDeleteSuccessfully configures the test server to respond to an Delete request.
HandleGetSuccessfully configures the test server to respond to a List request.
HandleListSuccessfully configures the test server to respond to a List request.
HandleTransferRequestUpdateSuccessfully configures the test server to respond to an Update request.
# Constants
CreateTransferRequest is a sample request to create a zone.
CreateZoneResponse is a sample response to a create request.
GetOutput is a sample response to a Get call.
ListOutput is a sample response to a List call.
UpdatedTransferRequestResponse is a sample response to update a zone transfer request.
UpdateTransferRequest is a sample request to update a zone transfer request.
# Variables
CreatedTransferRequest is the expected created zone transfer request.
ExpectedTransferRequestsSlice is the slice of results that should be parsed from ListOutput, in the expected order.
No description provided by the author
FirstTransferRequest is the first result in ListOutput.
No description provided by the author
SecondTransferRequest is the second result in ListOutput.
No description provided by the author