# Functions
NoModules can be used to start a test server without any modules.
StartWithETCD creates and starts a new TestServer that used an embedded ETCD instance for storage.
StartWithMocks creates and starts a new TestServer that used an mocks for storage.
# Structs
TestResponse is return from requests made against a TestServer.
TestServer can run a UCP server using the Go httptest package.
TestServerClients provides access to the clients created by the TestServer.
TestServerMocks provides access to mock instances created by the TestServer.