Documentation ¶
Index ¶
Constants ¶
View Source
const ContainerLogPathEnvVar = "RADIUS_CONTAINER_LOG_PATH"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestRunMethod ¶
type TestRunMethod func(t *testing.T, url string, roundtripper http.RoundTripper)
type UCPTest ¶
type UCPTest struct { Options test.TestOptions Name string Description string RunMethod TestRunMethod }
func NewUCPTest ¶
func NewUCPTest(t *testing.T, name string, runMethod TestRunMethod) UCPTest
NewUCPTest creates a new UCPTest instance with the given name and run method.
Click to show internal directories.
Click to hide internal directories.