Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
func
NewTestConfig() router.Config {
40
return
router.Config{
41
AppName:
"TestApp"
,
42
AppVersion:
"1.2.3"
,
43
}
44
}
45
46
func
NewTestRouterClient(config router.Config) *router.Client {
47
resource, err := url.Parse(
"/routing"
)
Callers
1
router_group_test.go
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected