Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeThreshold
- func (fake *FakeThreshold) Exceeded(log lager.Logger, cake layercake.Cake) bool
- func (fake *FakeThreshold) ExceededArgsForCall(i int) (lager.Logger, layercake.Cake)
- func (fake *FakeThreshold) ExceededCallCount() int
- func (fake *FakeThreshold) ExceededReturns(result1 bool)
- func (fake *FakeThreshold) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeThreshold ¶
type FakeThreshold struct { ExceededStub func(log lager.Logger, cake layercake.Cake) bool // contains filtered or unexported fields }
func (*FakeThreshold) ExceededArgsForCall ¶
func (*FakeThreshold) ExceededCallCount ¶
func (fake *FakeThreshold) ExceededCallCount() int
func (*FakeThreshold) ExceededReturns ¶
func (fake *FakeThreshold) ExceededReturns(result1 bool)
func (*FakeThreshold) Invocations ¶
func (fake *FakeThreshold) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.