Documentation ¶
Overview ¶
Package iteratormock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iterator ¶
type Iterator[T any] struct { // contains filtered or unexported fields }
Iterator is a mock of Iterator interface.
func NewIterator ¶
func NewIterator[T any](ctrl *gomock.Controller) *Iterator[T]
NewIterator creates a new mock instance.
func (*Iterator[T]) EXPECT ¶
func (m *Iterator[T]) EXPECT() *IteratorMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
type IteratorMockRecorder ¶
type IteratorMockRecorder[T any] struct { // contains filtered or unexported fields }
IteratorMockRecorder is the mock recorder for Iterator.
func (*IteratorMockRecorder[T]) Next ¶
func (mr *IteratorMockRecorder[T]) Next() *gomock.Call
Next indicates an expected call of Next.
func (*IteratorMockRecorder[T]) Release ¶
func (mr *IteratorMockRecorder[T]) Release() *gomock.Call
Release indicates an expected call of Release.
func (*IteratorMockRecorder[T]) Value ¶
func (mr *IteratorMockRecorder[T]) Value() *gomock.Call
Value indicates an expected call of Value.
Click to show internal directories.
Click to hide internal directories.