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

Struct FakeUI

cf/util/testhelpers/terminal/ui.go:16–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type FakeUI struct {
17 outputs []string
18 uncapturedOutput []string
19 WarnOutputs []string
20 Prompts []string
21 PasswordPrompts []string
22 Inputs []string
23 FailedWithUsage bool
24 FailedWithUsageCommandName string
25 ShowConfigurationCalled bool
26 NotifyUpdateIfNeededCallCount int
27
28 sayMutex sync.Mutex
29}
30
31func (ui *FakeUI) Outputs() []string {
32 ui.sayMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected