# Functions
HandleBulkDeleteSuccessfully creates an HTTP handler at `/` on the test handler mux that responds with a `Delete` response.
HandleCreateContainerSuccessfully creates an HTTP handler at `/testContainer` on the test handler mux that responds with a `Create` response.
HandleDeleteContainerSuccessfully creates an HTTP handler at `/testContainer` on the test handler mux that responds with a `Delete` response.
HandleGetContainerSuccessfully creates an HTTP handler at `/testContainer` on the test handler mux that responds with a `Get` response.
HandleListContainerInfoSuccessfully creates an HTTP handler at `/` on the test handler mux that responds with a `List` response when full info is requested.
HandleListZeroContainerNames204 creates an HTTP handler at `/` on the test handler mux that responds with "204 No Content" when container names are requested.
HandleUpdateContainerSuccessfully creates an HTTP handler at `/testContainer` on the test handler mux that responds with a `Update` response.
HandleUpdateContainerVersioningOff creates an HTTP handler at `/testVersioning` on the test handler mux that responds with a `Update` response.
HandleUpdateContainerVersioningOn creates an HTTP handler at `/testVersioning` on the test handler mux that responds with a `Update` response.
No description provided by the author
# Variables
ExpectedListInfo is the result expected from a call to `List` when full info is requested.
ExpectedListNames is the result expected from a call to `List` when just container names are requested.