# Functions
HandleGetSuccessfully configures the test server to respond to a Get request for an existing network.
HandleListSuccessfully configures the test server to respond to a List request.
# Constants
GetOutput is a sample response to a Get call.
ListOutput is a sample response to a List call.
# Variables
ExpectedNetworkSlice is the slice of results that should be parsed from ListOutput, in the expected order.
No description provided by the author
SecondNetwork is the second result in ListOutput.