package
0.40.0
Repository: https://github.com/radius-project/radius.git
Documentation: pkg.go.dev

# 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.