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

Method StartApplicationReturns

command/v7/v7fakes/fake_actor.go:17552–17560  ·  view source on GitHub ↗
(result1 v7action.Warnings, result2 error)

Source from the content-addressed store, hash-verified

17550}
17551
17552func (fake *FakeActor) StartApplicationReturns(result1 v7action.Warnings, result2 error) {
17553 fake.startApplicationMutex.Lock()
17554 defer fake.startApplicationMutex.Unlock()
17555 fake.StartApplicationStub = nil
17556 fake.startApplicationReturns = struct {
17557 result1 v7action.Warnings
17558 result2 error
17559 }{result1, result2}
17560}
17561
17562func (fake *FakeActor) StartApplicationReturnsOnCall(i int, result1 v7action.Warnings, result2 error) {
17563 fake.startApplicationMutex.Lock()

Callers 2

app_stager_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected