MCPcopy
hub / github.com/cloudfoundry/cli / NewTestConfig

Function NewTestConfig

api/router/router_suite_test.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37})
38
39func NewTestConfig() router.Config {
40 return router.Config{
41 AppName: "TestApp",
42 AppVersion: "1.2.3",
43 }
44}
45
46func NewTestRouterClient(config router.Config) *router.Client {
47 resource, err := url.Parse("/routing")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected