spacequotasfakes

package
v7.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSpaceQuotaRepository

type FakeSpaceQuotaRepository struct {
	AssociateSpaceWithQuotaStub func(string, string) error

	CreateStub func(models.SpaceQuota) error

	DeleteStub func(string) error

	FindByGUIDStub func(string) (models.SpaceQuota, error)

	FindByNameStub func(string) (models.SpaceQuota, error)

	FindByNameAndOrgGUIDStub func(string, string) (models.SpaceQuota, error)

	FindByOrgStub func(string) ([]models.SpaceQuota, error)

	UnassignQuotaFromSpaceStub func(string, string) error

	UpdateStub func(models.SpaceQuota) error
	// contains filtered or unexported fields
}

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuota

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuota(arg1 string, arg2 string) error

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaArgsForCall

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaArgsForCall(i int) (string, string)

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCallCount

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCallCount() int

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCalls

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaCalls(stub func(string, string) error)

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturns

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturns(result1 error)

func (*FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturnsOnCall

func (fake *FakeSpaceQuotaRepository) AssociateSpaceWithQuotaReturnsOnCall(i int, result1 error)

func (*FakeSpaceQuotaRepository) Create

func (fake *FakeSpaceQuotaRepository) Create(arg1 models.SpaceQuota) error

func (*FakeSpaceQuotaRepository) CreateArgsForCall

func (fake *FakeSpaceQuotaRepository) CreateArgsForCall(i int) models.SpaceQuota

func (*FakeSpaceQuotaRepository) CreateCallCount

func (fake *FakeSpaceQuotaRepository) CreateCallCount() int

func (*FakeSpaceQuotaRepository) CreateCalls

func (fake *FakeSpaceQuotaRepository) CreateCalls(stub func(models.SpaceQuota) error)

func (*FakeSpaceQuotaRepository) CreateReturns

func (fake *FakeSpaceQuotaRepository) CreateReturns(result1 error)

func (*FakeSpaceQuotaRepository) CreateReturnsOnCall

func (fake *FakeSpaceQuotaRepository) CreateReturnsOnCall(i int, result1 error)

func (*FakeSpaceQuotaRepository) Delete

func (fake *FakeSpaceQuotaRepository) Delete(arg1 string) error

func (*FakeSpaceQuotaRepository) DeleteArgsForCall

func (fake *FakeSpaceQuotaRepository) DeleteArgsForCall(i int) string

func (*FakeSpaceQuotaRepository) DeleteCallCount

func (fake *FakeSpaceQuotaRepository) DeleteCallCount() int

func (*FakeSpaceQuotaRepository) DeleteCalls

func (fake *FakeSpaceQuotaRepository) DeleteCalls(stub func(string) error)

func (*FakeSpaceQuotaRepository) DeleteReturns

func (fake *FakeSpaceQuotaRepository) DeleteReturns(result1 error)

func (*FakeSpaceQuotaRepository) DeleteReturnsOnCall

func (fake *FakeSpaceQuotaRepository) DeleteReturnsOnCall(i int, result1 error)

func (*FakeSpaceQuotaRepository) FindByGUID

func (fake *FakeSpaceQuotaRepository) FindByGUID(arg1 string) (models.SpaceQuota, error)

func (*FakeSpaceQuotaRepository) FindByGUIDArgsForCall

func (fake *FakeSpaceQuotaRepository) FindByGUIDArgsForCall(i int) string

func (*FakeSpaceQuotaRepository) FindByGUIDCallCount

func (fake *FakeSpaceQuotaRepository) FindByGUIDCallCount() int

func (*FakeSpaceQuotaRepository) FindByGUIDCalls

func (fake *FakeSpaceQuotaRepository) FindByGUIDCalls(stub func(string) (models.SpaceQuota, error))

func (*FakeSpaceQuotaRepository) FindByGUIDReturns

func (fake *FakeSpaceQuotaRepository) FindByGUIDReturns(result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByGUIDReturnsOnCall

func (fake *FakeSpaceQuotaRepository) FindByGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByName

func (fake *FakeSpaceQuotaRepository) FindByName(arg1 string) (models.SpaceQuota, error)

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUID

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUID(arg1 string, arg2 string) (models.SpaceQuota, error)

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDArgsForCall

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDArgsForCall(i int) (string, string)

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCallCount

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCallCount() int

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCalls

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDCalls(stub func(string, string) (models.SpaceQuota, error))

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturns

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturns(result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturnsOnCall

func (fake *FakeSpaceQuotaRepository) FindByNameAndOrgGUIDReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByNameArgsForCall

func (fake *FakeSpaceQuotaRepository) FindByNameArgsForCall(i int) string

func (*FakeSpaceQuotaRepository) FindByNameCallCount

func (fake *FakeSpaceQuotaRepository) FindByNameCallCount() int

func (*FakeSpaceQuotaRepository) FindByNameCalls

func (fake *FakeSpaceQuotaRepository) FindByNameCalls(stub func(string) (models.SpaceQuota, error))

func (*FakeSpaceQuotaRepository) FindByNameReturns

func (fake *FakeSpaceQuotaRepository) FindByNameReturns(result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByNameReturnsOnCall

func (fake *FakeSpaceQuotaRepository) FindByNameReturnsOnCall(i int, result1 models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByOrg

func (fake *FakeSpaceQuotaRepository) FindByOrg(arg1 string) ([]models.SpaceQuota, error)

func (*FakeSpaceQuotaRepository) FindByOrgArgsForCall

func (fake *FakeSpaceQuotaRepository) FindByOrgArgsForCall(i int) string

func (*FakeSpaceQuotaRepository) FindByOrgCallCount

func (fake *FakeSpaceQuotaRepository) FindByOrgCallCount() int

func (*FakeSpaceQuotaRepository) FindByOrgCalls

func (fake *FakeSpaceQuotaRepository) FindByOrgCalls(stub func(string) ([]models.SpaceQuota, error))

func (*FakeSpaceQuotaRepository) FindByOrgReturns

func (fake *FakeSpaceQuotaRepository) FindByOrgReturns(result1 []models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) FindByOrgReturnsOnCall

func (fake *FakeSpaceQuotaRepository) FindByOrgReturnsOnCall(i int, result1 []models.SpaceQuota, result2 error)

func (*FakeSpaceQuotaRepository) Invocations

func (fake *FakeSpaceQuotaRepository) Invocations() map[string][][]interface{}

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpace

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpace(arg1 string, arg2 string) error

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceArgsForCall

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceArgsForCall(i int) (string, string)

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCallCount

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCallCount() int

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCalls

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceCalls(stub func(string, string) error)

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturns

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturns(result1 error)

func (*FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturnsOnCall

func (fake *FakeSpaceQuotaRepository) UnassignQuotaFromSpaceReturnsOnCall(i int, result1 error)

func (*FakeSpaceQuotaRepository) Update

func (fake *FakeSpaceQuotaRepository) Update(arg1 models.SpaceQuota) error

func (*FakeSpaceQuotaRepository) UpdateArgsForCall

func (fake *FakeSpaceQuotaRepository) UpdateArgsForCall(i int) models.SpaceQuota

func (*FakeSpaceQuotaRepository) UpdateCallCount

func (fake *FakeSpaceQuotaRepository) UpdateCallCount() int

func (*FakeSpaceQuotaRepository) UpdateCalls

func (fake *FakeSpaceQuotaRepository) UpdateCalls(stub func(models.SpaceQuota) error)

func (*FakeSpaceQuotaRepository) UpdateReturns

func (fake *FakeSpaceQuotaRepository) UpdateReturns(result1 error)

func (*FakeSpaceQuotaRepository) UpdateReturnsOnCall

func (fake *FakeSpaceQuotaRepository) UpdateReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL