MCPcopy Create free account
hub / github.com/cloudfoundry/garden / SetTTYArgsForCall

Method SetTTYArgsForCall

gardenfakes/fake_process.go:141–146  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

139}
140
141func (fake *FakeProcess) SetTTYArgsForCall(i int) garden.TTYSpec {
142 fake.setTTYMutex.RLock()
143 defer fake.setTTYMutex.RUnlock()
144 argsForCall := fake.setTTYArgsForCall[i]
145 return argsForCall.arg1
146}
147
148func (fake *FakeProcess) SetTTYReturns(result1 error) {
149 fake.setTTYMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected