MCPcopy Index your code
hub / github.com/cloudfoundry/cli / TestUser

Function TestUser

cf/commands/user/user_suite_test.go:12–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestUser(t *testing.T) {
13 config := configuration.NewRepositoryWithDefaults()
14 i18n.T = i18n.Init(config)
15
16 RegisterFailHandler(Fail)
17 RunSpecs(t, "User Suite")
18}
19
20type passingRequirement struct {
21 Name string

Callers

nothing calls this directly

Calls 2

InitFunction · 0.92

Tested by

no test coverage detected