mocks

package
v0.0.0-...-0ca455c Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockService

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

MockService is a mock of Service interface

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance

func (*MockService) CreatePayableResource

func (m *MockService) CreatePayableResource(dao *models.PayableResourceDao) error

CreatePayableResource mocks base method

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) GetPayableResource

func (m *MockService) GetPayableResource(companyNumber, reference string) (*models.PayableResourceDao, error)

GetPayableResource mocks base method

func (*MockService) SaveE5Error

func (m *MockService) SaveE5Error(companyNumber, reference string, action e5.Action) error

SaveE5Error mocks base method

func (*MockService) Shutdown

func (m *MockService) Shutdown()

Shutdown mocks base method

func (*MockService) UpdatePaymentDetails

func (m *MockService) UpdatePaymentDetails(dao *models.PayableResourceDao) error

UpdatePaymentDetails mocks base method

type MockServiceMockRecorder

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

MockServiceMockRecorder is the mock recorder for MockService

func (*MockServiceMockRecorder) CreatePayableResource

func (mr *MockServiceMockRecorder) CreatePayableResource(dao interface{}) *gomock.Call

CreatePayableResource indicates an expected call of CreatePayableResource

func (*MockServiceMockRecorder) GetPayableResource

func (mr *MockServiceMockRecorder) GetPayableResource(companyNumber, reference interface{}) *gomock.Call

GetPayableResource indicates an expected call of GetPayableResource

func (*MockServiceMockRecorder) SaveE5Error

func (mr *MockServiceMockRecorder) SaveE5Error(companyNumber, reference, action interface{}) *gomock.Call

SaveE5Error indicates an expected call of SaveE5Error

func (*MockServiceMockRecorder) Shutdown

func (mr *MockServiceMockRecorder) Shutdown() *gomock.Call

Shutdown indicates an expected call of Shutdown

func (*MockServiceMockRecorder) UpdatePaymentDetails

func (mr *MockServiceMockRecorder) UpdatePaymentDetails(dao interface{}) *gomock.Call

UpdatePaymentDetails indicates an expected call of UpdatePaymentDetails

Jump to

Keyboard shortcuts

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