Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeSpaceFactory
- func (fake *FakeSpaceFactory) Get(arg1 string) (space.Space, error)
- func (fake *FakeSpaceFactory) GetArgsForCall(i int) string
- func (fake *FakeSpaceFactory) GetCallCount() int
- func (fake *FakeSpaceFactory) GetReturns(result1 space.Space, result2 error)
- func (fake *FakeSpaceFactory) SetBool(aSpace space.Space, key string, value bool) error
- func (fake *FakeSpaceFactory) SetBoolArgsForCall(i int) (space.Space, string, bool)
- func (fake *FakeSpaceFactory) SetBoolCallCount() int
- func (fake *FakeSpaceFactory) SetBoolReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSpaceFactory ¶
type FakeSpaceFactory struct { GetStub func(string) (space.Space, error) SetBoolStub func(aSpace space.Space, key string, value bool) error // contains filtered or unexported fields }
func (*FakeSpaceFactory) GetArgsForCall ¶
func (fake *FakeSpaceFactory) GetArgsForCall(i int) string
func (*FakeSpaceFactory) GetCallCount ¶
func (fake *FakeSpaceFactory) GetCallCount() int
func (*FakeSpaceFactory) GetReturns ¶
func (fake *FakeSpaceFactory) GetReturns(result1 space.Space, result2 error)
func (*FakeSpaceFactory) SetBoolArgsForCall ¶
func (*FakeSpaceFactory) SetBoolCallCount ¶
func (fake *FakeSpaceFactory) SetBoolCallCount() int
func (*FakeSpaceFactory) SetBoolReturns ¶
func (fake *FakeSpaceFactory) SetBoolReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.