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

Method PrintlnCallCount

cf/trace/tracefakes/fake_printer.go:119–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (fake *FakePrinter) PrintlnCallCount() int {
120 fake.printlnMutex.RLock()
121 defer fake.printlnMutex.RUnlock()
122 return len(fake.printlnArgsForCall)
123}
124
125func (fake *FakePrinter) PrintlnCalls(stub func(...interface{})) {
126 fake.printlnMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected