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

Method GetSecurityGroupsReturns

command/v7/v7fakes/fake_actor.go:12543–12552  ·  view source on GitHub ↗
(result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error)

Source from the content-addressed store, hash-verified

12541}
12542
12543func (fake *FakeActor) GetSecurityGroupsReturns(result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error) {
12544 fake.getSecurityGroupsMutex.Lock()
12545 defer fake.getSecurityGroupsMutex.Unlock()
12546 fake.GetSecurityGroupsStub = nil
12547 fake.getSecurityGroupsReturns = struct {
12548 result1 []v7action.SecurityGroupSummary
12549 result2 v7action.Warnings
12550 result3 error
12551 }{result1, result2, result3}
12552}
12553
12554func (fake *FakeActor) GetSecurityGroupsReturnsOnCall(i int, result1 []v7action.SecurityGroupSummary, result2 v7action.Warnings, result3 error) {
12555 fake.getSecurityGroupsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected