Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCondition
- func (fake *FakeCondition) Evaluate(arg1 message.Message) (bool, error)
- func (fake *FakeCondition) EvaluateArgsForCall(i int) message.Message
- func (fake *FakeCondition) EvaluateCallCount() int
- func (fake *FakeCondition) EvaluateReturns(result1 bool, result2 error)
- func (fake *FakeCondition) EvaluateReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeCondition) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCondition ¶
type FakeCondition struct { EvaluateStub func(message.Message) (bool, error) // contains filtered or unexported fields }
func (*FakeCondition) Evaluate ¶
func (fake *FakeCondition) Evaluate(arg1 message.Message) (bool, error)
func (*FakeCondition) EvaluateArgsForCall ¶
func (fake *FakeCondition) EvaluateArgsForCall(i int) message.Message
func (*FakeCondition) EvaluateCallCount ¶
func (fake *FakeCondition) EvaluateCallCount() int
func (*FakeCondition) EvaluateReturns ¶
func (fake *FakeCondition) EvaluateReturns(result1 bool, result2 error)
func (*FakeCondition) EvaluateReturnsOnCall ¶
func (fake *FakeCondition) EvaluateReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeCondition) Invocations ¶
func (fake *FakeCondition) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.