MCPcopy
hub / github.com/cloudfoundry/cli / ExitCallCount

Method ExitCallCount

util/ui/uifakes/fake_exiter.go:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (fake *FakeExiter) ExitCallCount() int {
34 fake.exitMutex.RLock()
35 defer fake.exitMutex.RUnlock()
36 return len(fake.exitArgsForCall)
37}
38
39func (fake *FakeExiter) ExitCalls(stub func(int)) {
40 fake.exitMutex.Lock()

Callers 1

prompt_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected