# Functions
MustServe creates a test server and returns TestContext that can be used to create clients.
MustServeInsecure creates a test server without transport encryption and returns TestContext that can be used to create clients.
MustServeTLS creates a test server with TLS and returns TestContext that can be used to create clients.
# Structs
TestContext provides methods to interact with the Open Match server.