mock

package
v1.22.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRepository

type MockRepository struct {
	// contains filtered or unexported fields
}

MockRepository is a mock of Repository interface

func NewMockRepository

func NewMockRepository(ctrl *gomock.Controller) *MockRepository

NewMockRepository creates a new mock instance

func NewRepo

func NewRepo(t *testing.T) *MockRepository

func (*MockRepository) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRepository) ExpectFilterEvents

func (m *MockRepository) ExpectFilterEvents(events ...*repository.Event) *MockRepository

func (*MockRepository) ExpectFilterNoEventsNoError

func (m *MockRepository) ExpectFilterNoEventsNoError() *MockRepository

func (*MockRepository) ExpectPush

func (m *MockRepository) ExpectPush(expectedEvents []*repository.Event, expectedUniqueConstraints ...*repository.UniqueConstraint) *MockRepository

func (*MockRepository) ExpectPushFailed

func (m *MockRepository) ExpectPushFailed(err error, expectedEvents []*repository.Event, expectedUniqueConstraints ...*repository.UniqueConstraint) *MockRepository

func (*MockRepository) Filter

Filter mocks base method

func (*MockRepository) Health

func (m *MockRepository) Health(arg0 context.Context) error

Health mocks base method

func (*MockRepository) LatestSequence

func (m *MockRepository) LatestSequence(arg0 context.Context, arg1 *repository.SearchQuery) (uint64, error)

LatestSequence mocks base method

func (*MockRepository) Push

Push mocks base method

type MockRepositoryMockRecorder

type MockRepositoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockRepositoryMockRecorder is the mock recorder for MockRepository

func (*MockRepositoryMockRecorder) Filter

func (mr *MockRepositoryMockRecorder) Filter(arg0, arg1 interface{}) *gomock.Call

Filter indicates an expected call of Filter

func (*MockRepositoryMockRecorder) Health

func (mr *MockRepositoryMockRecorder) Health(arg0 interface{}) *gomock.Call

Health indicates an expected call of Health

func (*MockRepositoryMockRecorder) LatestSequence

func (mr *MockRepositoryMockRecorder) LatestSequence(arg0, arg1 interface{}) *gomock.Call

LatestSequence indicates an expected call of LatestSequence

func (*MockRepositoryMockRecorder) Push

func (mr *MockRepositoryMockRecorder) Push(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Push indicates an expected call of Push

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL