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

Method DisplayPasswordPromptReturnsOnCall

command/commandfakes/fake_ui.go:1111–1125  ·  view source on GitHub ↗
(i int, result1 string, result2 error)

Source from the content-addressed store, hash-verified

1109}
1110
1111func (fake *FakeUI) DisplayPasswordPromptReturnsOnCall(i int, result1 string, result2 error) {
1112 fake.displayPasswordPromptMutex.Lock()
1113 defer fake.displayPasswordPromptMutex.Unlock()
1114 fake.DisplayPasswordPromptStub = nil
1115 if fake.displayPasswordPromptReturnsOnCall == nil {
1116 fake.displayPasswordPromptReturnsOnCall = make(map[int]struct {
1117 result1 string
1118 result2 error
1119 })
1120 }
1121 fake.displayPasswordPromptReturnsOnCall[i] = struct {
1122 result1 string
1123 result2 error
1124 }{result1, result2}
1125}
1126
1127func (fake *FakeUI) DisplayTableWithHeader(arg1 string, arg2 [][]string, arg3 int) {
1128 var arg2Copy [][]string

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected