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

Method DisplayTextArgsForCall

command/commandfakes/fake_ui.go:1192–1197  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

1190}
1191
1192func (fake *FakeUI) DisplayTextArgsForCall(i int) (string, []map[string]interface{}) {
1193 fake.displayTextMutex.RLock()
1194 defer fake.displayTextMutex.RUnlock()
1195 argsForCall := fake.displayTextArgsForCall[i]
1196 return argsForCall.arg1, argsForCall.arg2
1197}
1198
1199func (fake *FakeUI) DisplayTextLiteral(arg1 string) {
1200 fake.displayTextLiteralMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected