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

Method PrintlnArgsForCall

cf/trace/tracefakes/fake_printer.go:131–136  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

129}
130
131func (fake *FakePrinter) PrintlnArgsForCall(i int) []interface{} {
132 fake.printlnMutex.RLock()
133 defer fake.printlnMutex.RUnlock()
134 argsForCall := fake.printlnArgsForCall[i]
135 return argsForCall.arg1
136}
137
138func (fake *FakePrinter) WritesToConsole() bool {
139 fake.writesToConsoleMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected