Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeIterator
- func (fake *FakeIterator[T]) Invocations() map[string][][]interface{}
- func (fake *FakeIterator[T]) Next() option.Option[T]
- func (fake *FakeIterator[T]) NextCallCount() int
- func (fake *FakeIterator[T]) NextCalls(stub func() option.Option[T])
- func (fake *FakeIterator[T]) NextReturns(result1 option.Option[T])
- func (fake *FakeIterator[T]) NextReturnsOnCall(i int, result1 option.Option[T])
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIterator ¶
type FakeIterator[T any] struct { NextStub func() option.Option[T] // contains filtered or unexported fields }
func (*FakeIterator[T]) Invocations ¶
func (fake *FakeIterator[T]) Invocations() map[string][][]interface{}
func (*FakeIterator[T]) Next ¶
func (fake *FakeIterator[T]) Next() option.Option[T]
func (*FakeIterator[T]) NextCallCount ¶
func (fake *FakeIterator[T]) NextCallCount() int
func (*FakeIterator[T]) NextCalls ¶
func (fake *FakeIterator[T]) NextCalls(stub func() option.Option[T])
func (*FakeIterator[T]) NextReturns ¶
func (fake *FakeIterator[T]) NextReturns(result1 option.Option[T])
func (*FakeIterator[T]) NextReturnsOnCall ¶
func (fake *FakeIterator[T]) NextReturnsOnCall(i int, result1 option.Option[T])
Click to show internal directories.
Click to hide internal directories.