# Functions
HandleTransferRequestCreationSuccessfully configures the test server to respond to a Create request.
HandleFilteredListSuccessfully configures the test server to respond to a List request with Opts.
HandleGetSuccessfully configures the test server to respond to a List request.
HandleListSuccessfully configures the test server to respond to a List request.
# Constants
CreateTransferAccept is a sample request to create a zone.
CreateTransferAcceptResponse is a sample response to a create request.
FilteredListOutput is a sample response to a List call with Opts.
GetOutput is a sample response to a Get call.
ListOutput is a sample response to a List call.
# Variables
CreatedTransferRequest is the expected created zone transfer request.
ExpectedTransferAcceptSlice is the slice of results that should be parsed from ListOutput, in the expected order.
No description provided by the author
FirstTransferAccept 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