Documentation
¶
Index ¶
- type MockIPayerReportStore
- func (_m *MockIPayerReportStore) CreateAttestation(ctx context.Context, attestation *payerreport.PayerReportAttestation, ...) error
- func (_m *MockIPayerReportStore) CreatePayerReport(ctx context.Context, report *payerreport.PayerReport, ...) (*payerreport.ReportID, error)
- func (_m *MockIPayerReportStore) EXPECT() *MockIPayerReportStore_Expecter
- func (_m *MockIPayerReportStore) FetchReport(ctx context.Context, id payerreport.ReportID) (*payerreport.PayerReportWithStatus, error)
- func (_m *MockIPayerReportStore) FetchReports(ctx context.Context, query *payerreport.FetchReportsQuery) ([]*payerreport.PayerReportWithStatus, error)
- func (_m *MockIPayerReportStore) ForceSetReportSubmitted(ctx context.Context, id payerreport.ReportID, reportIndex int32) error
- func (_m *MockIPayerReportStore) GetAdvisoryLocker(ctx context.Context) (db.ITransactionScopedAdvisoryLocker, error)
- func (_m *MockIPayerReportStore) GetLatestSequenceID(ctx context.Context, originatorNodeID int32) (int64, error)
- func (_m *MockIPayerReportStore) Queries() *queries.Queries
- func (_m *MockIPayerReportStore) SetReportAttestationApproved(ctx context.Context, id payerreport.ReportID) error
- func (_m *MockIPayerReportStore) SetReportAttestationRejected(ctx context.Context, id payerreport.ReportID) error
- func (_m *MockIPayerReportStore) SetReportSettled(ctx context.Context, id payerreport.ReportID) error
- func (_m *MockIPayerReportStore) SetReportSubmissionRejected(ctx context.Context, id payerreport.ReportID) error
- func (_m *MockIPayerReportStore) SetReportSubmitted(ctx context.Context, id payerreport.ReportID, reportIndex int32) error
- func (_m *MockIPayerReportStore) StoreReport(ctx context.Context, report *payerreport.PayerReport) (int64, error)
- func (_m *MockIPayerReportStore) StoreSyncedAttestation(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32) error
- func (_m *MockIPayerReportStore) StoreSyncedReport(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32, ...) error
- type MockIPayerReportStore_CreateAttestation_Call
- func (_c *MockIPayerReportStore_CreateAttestation_Call) Return(_a0 error) *MockIPayerReportStore_CreateAttestation_Call
- func (_c *MockIPayerReportStore_CreateAttestation_Call) Run(...) *MockIPayerReportStore_CreateAttestation_Call
- func (_c *MockIPayerReportStore_CreateAttestation_Call) RunAndReturn(...) *MockIPayerReportStore_CreateAttestation_Call
- type MockIPayerReportStore_CreatePayerReport_Call
- func (_c *MockIPayerReportStore_CreatePayerReport_Call) Return(_a0 *payerreport.ReportID, _a1 error) *MockIPayerReportStore_CreatePayerReport_Call
- func (_c *MockIPayerReportStore_CreatePayerReport_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport, ...)) *MockIPayerReportStore_CreatePayerReport_Call
- func (_c *MockIPayerReportStore_CreatePayerReport_Call) RunAndReturn(...) *MockIPayerReportStore_CreatePayerReport_Call
- type MockIPayerReportStore_Expecter
- func (_e *MockIPayerReportStore_Expecter) CreateAttestation(ctx interface{}, attestation interface{}, payerEnvelope interface{}) *MockIPayerReportStore_CreateAttestation_Call
- func (_e *MockIPayerReportStore_Expecter) CreatePayerReport(ctx interface{}, report interface{}, payerEnvelope interface{}) *MockIPayerReportStore_CreatePayerReport_Call
- func (_e *MockIPayerReportStore_Expecter) FetchReport(ctx interface{}, id interface{}) *MockIPayerReportStore_FetchReport_Call
- func (_e *MockIPayerReportStore_Expecter) FetchReports(ctx interface{}, query interface{}) *MockIPayerReportStore_FetchReports_Call
- func (_e *MockIPayerReportStore_Expecter) ForceSetReportSubmitted(ctx interface{}, id interface{}, reportIndex interface{}) *MockIPayerReportStore_ForceSetReportSubmitted_Call
- func (_e *MockIPayerReportStore_Expecter) GetAdvisoryLocker(ctx interface{}) *MockIPayerReportStore_GetAdvisoryLocker_Call
- func (_e *MockIPayerReportStore_Expecter) GetLatestSequenceID(ctx interface{}, originatorNodeID interface{}) *MockIPayerReportStore_GetLatestSequenceID_Call
- func (_e *MockIPayerReportStore_Expecter) Queries() *MockIPayerReportStore_Queries_Call
- func (_e *MockIPayerReportStore_Expecter) SetReportAttestationApproved(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportAttestationApproved_Call
- func (_e *MockIPayerReportStore_Expecter) SetReportAttestationRejected(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportAttestationRejected_Call
- func (_e *MockIPayerReportStore_Expecter) SetReportSettled(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportSettled_Call
- func (_e *MockIPayerReportStore_Expecter) SetReportSubmissionRejected(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportSubmissionRejected_Call
- func (_e *MockIPayerReportStore_Expecter) SetReportSubmitted(ctx interface{}, id interface{}, reportIndex interface{}) *MockIPayerReportStore_SetReportSubmitted_Call
- func (_e *MockIPayerReportStore_Expecter) StoreReport(ctx interface{}, report interface{}) *MockIPayerReportStore_StoreReport_Call
- func (_e *MockIPayerReportStore_Expecter) StoreSyncedAttestation(ctx interface{}, envelope interface{}, payerID interface{}) *MockIPayerReportStore_StoreSyncedAttestation_Call
- func (_e *MockIPayerReportStore_Expecter) StoreSyncedReport(ctx interface{}, envelope interface{}, payerID interface{}, ...) *MockIPayerReportStore_StoreSyncedReport_Call
- type MockIPayerReportStore_FetchReport_Call
- func (_c *MockIPayerReportStore_FetchReport_Call) Return(_a0 *payerreport.PayerReportWithStatus, _a1 error) *MockIPayerReportStore_FetchReport_Call
- func (_c *MockIPayerReportStore_FetchReport_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_FetchReport_Call
- func (_c *MockIPayerReportStore_FetchReport_Call) RunAndReturn(...) *MockIPayerReportStore_FetchReport_Call
- type MockIPayerReportStore_FetchReports_Call
- func (_c *MockIPayerReportStore_FetchReports_Call) Return(_a0 []*payerreport.PayerReportWithStatus, _a1 error) *MockIPayerReportStore_FetchReports_Call
- func (_c *MockIPayerReportStore_FetchReports_Call) Run(run func(ctx context.Context, query *payerreport.FetchReportsQuery)) *MockIPayerReportStore_FetchReports_Call
- func (_c *MockIPayerReportStore_FetchReports_Call) RunAndReturn(...) *MockIPayerReportStore_FetchReports_Call
- type MockIPayerReportStore_ForceSetReportSubmitted_Call
- func (_c *MockIPayerReportStore_ForceSetReportSubmitted_Call) Return(_a0 error) *MockIPayerReportStore_ForceSetReportSubmitted_Call
- func (_c *MockIPayerReportStore_ForceSetReportSubmitted_Call) Run(run func(ctx context.Context, id payerreport.ReportID, reportIndex int32)) *MockIPayerReportStore_ForceSetReportSubmitted_Call
- func (_c *MockIPayerReportStore_ForceSetReportSubmitted_Call) RunAndReturn(run func(context.Context, payerreport.ReportID, int32) error) *MockIPayerReportStore_ForceSetReportSubmitted_Call
- type MockIPayerReportStore_GetAdvisoryLocker_Call
- func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) Return(_a0 db.ITransactionScopedAdvisoryLocker, _a1 error) *MockIPayerReportStore_GetAdvisoryLocker_Call
- func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) Run(run func(ctx context.Context)) *MockIPayerReportStore_GetAdvisoryLocker_Call
- func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) RunAndReturn(run func(context.Context) (db.ITransactionScopedAdvisoryLocker, error)) *MockIPayerReportStore_GetAdvisoryLocker_Call
- type MockIPayerReportStore_GetLatestSequenceID_Call
- func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) Return(_a0 int64, _a1 error) *MockIPayerReportStore_GetLatestSequenceID_Call
- func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) Run(run func(ctx context.Context, originatorNodeID int32)) *MockIPayerReportStore_GetLatestSequenceID_Call
- func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) RunAndReturn(run func(context.Context, int32) (int64, error)) *MockIPayerReportStore_GetLatestSequenceID_Call
- type MockIPayerReportStore_Queries_Call
- func (_c *MockIPayerReportStore_Queries_Call) Return(_a0 *queries.Queries) *MockIPayerReportStore_Queries_Call
- func (_c *MockIPayerReportStore_Queries_Call) Run(run func()) *MockIPayerReportStore_Queries_Call
- func (_c *MockIPayerReportStore_Queries_Call) RunAndReturn(run func() *queries.Queries) *MockIPayerReportStore_Queries_Call
- type MockIPayerReportStore_SetReportAttestationApproved_Call
- func (_c *MockIPayerReportStore_SetReportAttestationApproved_Call) Return(_a0 error) *MockIPayerReportStore_SetReportAttestationApproved_Call
- func (_c *MockIPayerReportStore_SetReportAttestationApproved_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportAttestationApproved_Call
- func (_c *MockIPayerReportStore_SetReportAttestationApproved_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportAttestationApproved_Call
- type MockIPayerReportStore_SetReportAttestationRejected_Call
- func (_c *MockIPayerReportStore_SetReportAttestationRejected_Call) Return(_a0 error) *MockIPayerReportStore_SetReportAttestationRejected_Call
- func (_c *MockIPayerReportStore_SetReportAttestationRejected_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportAttestationRejected_Call
- func (_c *MockIPayerReportStore_SetReportAttestationRejected_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportAttestationRejected_Call
- type MockIPayerReportStore_SetReportSettled_Call
- func (_c *MockIPayerReportStore_SetReportSettled_Call) Return(_a0 error) *MockIPayerReportStore_SetReportSettled_Call
- func (_c *MockIPayerReportStore_SetReportSettled_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportSettled_Call
- func (_c *MockIPayerReportStore_SetReportSettled_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportSettled_Call
- type MockIPayerReportStore_SetReportSubmissionRejected_Call
- func (_c *MockIPayerReportStore_SetReportSubmissionRejected_Call) Return(_a0 error) *MockIPayerReportStore_SetReportSubmissionRejected_Call
- func (_c *MockIPayerReportStore_SetReportSubmissionRejected_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportSubmissionRejected_Call
- func (_c *MockIPayerReportStore_SetReportSubmissionRejected_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportSubmissionRejected_Call
- type MockIPayerReportStore_SetReportSubmitted_Call
- func (_c *MockIPayerReportStore_SetReportSubmitted_Call) Return(_a0 error) *MockIPayerReportStore_SetReportSubmitted_Call
- func (_c *MockIPayerReportStore_SetReportSubmitted_Call) Run(run func(ctx context.Context, id payerreport.ReportID, reportIndex int32)) *MockIPayerReportStore_SetReportSubmitted_Call
- func (_c *MockIPayerReportStore_SetReportSubmitted_Call) RunAndReturn(run func(context.Context, payerreport.ReportID, int32) error) *MockIPayerReportStore_SetReportSubmitted_Call
- type MockIPayerReportStore_StoreReport_Call
- func (_c *MockIPayerReportStore_StoreReport_Call) Return(_a0 int64, _a1 error) *MockIPayerReportStore_StoreReport_Call
- func (_c *MockIPayerReportStore_StoreReport_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport)) *MockIPayerReportStore_StoreReport_Call
- func (_c *MockIPayerReportStore_StoreReport_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReport) (int64, error)) *MockIPayerReportStore_StoreReport_Call
- type MockIPayerReportStore_StoreSyncedAttestation_Call
- func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) Return(_a0 error) *MockIPayerReportStore_StoreSyncedAttestation_Call
- func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) Run(...) *MockIPayerReportStore_StoreSyncedAttestation_Call
- func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) RunAndReturn(run func(context.Context, *envelopes.OriginatorEnvelope, int32) error) *MockIPayerReportStore_StoreSyncedAttestation_Call
- type MockIPayerReportStore_StoreSyncedReport_Call
- func (_c *MockIPayerReportStore_StoreSyncedReport_Call) Return(_a0 error) *MockIPayerReportStore_StoreSyncedReport_Call
- func (_c *MockIPayerReportStore_StoreSyncedReport_Call) Run(...) *MockIPayerReportStore_StoreSyncedReport_Call
- func (_c *MockIPayerReportStore_StoreSyncedReport_Call) RunAndReturn(...) *MockIPayerReportStore_StoreSyncedReport_Call
- type MockIPayerReportVerifier
- func (_m *MockIPayerReportVerifier) EXPECT() *MockIPayerReportVerifier_Expecter
- func (_m *MockIPayerReportVerifier) GetPayerMap(ctx context.Context, report *payerreport.PayerReport) (payerreport.PayerMap, error)
- func (_m *MockIPayerReportVerifier) VerifyReport(ctx context.Context, prevReport *payerreport.PayerReport, ...) (payerreport.VerifyReportResult, error)
- type MockIPayerReportVerifier_Expecter
- func (_e *MockIPayerReportVerifier_Expecter) GetPayerMap(ctx interface{}, report interface{}) *MockIPayerReportVerifier_GetPayerMap_Call
- func (_e *MockIPayerReportVerifier_Expecter) VerifyReport(ctx interface{}, prevReport interface{}, newReport interface{}) *MockIPayerReportVerifier_VerifyReport_Call
- type MockIPayerReportVerifier_GetPayerMap_Call
- func (_c *MockIPayerReportVerifier_GetPayerMap_Call) Return(_a0 payerreport.PayerMap, _a1 error) *MockIPayerReportVerifier_GetPayerMap_Call
- func (_c *MockIPayerReportVerifier_GetPayerMap_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport)) *MockIPayerReportVerifier_GetPayerMap_Call
- func (_c *MockIPayerReportVerifier_GetPayerMap_Call) RunAndReturn(...) *MockIPayerReportVerifier_GetPayerMap_Call
- type MockIPayerReportVerifier_VerifyReport_Call
- func (_c *MockIPayerReportVerifier_VerifyReport_Call) Return(_a0 payerreport.VerifyReportResult, _a1 error) *MockIPayerReportVerifier_VerifyReport_Call
- func (_c *MockIPayerReportVerifier_VerifyReport_Call) Run(run func(ctx context.Context, prevReport *payerreport.PayerReport, ...)) *MockIPayerReportVerifier_VerifyReport_Call
- func (_c *MockIPayerReportVerifier_VerifyReport_Call) RunAndReturn(...) *MockIPayerReportVerifier_VerifyReport_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIPayerReportStore ¶
MockIPayerReportStore is an autogenerated mock type for the IPayerReportStore type
func NewMockIPayerReportStore ¶
func NewMockIPayerReportStore(t interface {
mock.TestingT
Cleanup(func())
}) *MockIPayerReportStore
NewMockIPayerReportStore creates a new instance of MockIPayerReportStore. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockIPayerReportStore) CreateAttestation ¶
func (_m *MockIPayerReportStore) CreateAttestation(ctx context.Context, attestation *payerreport.PayerReportAttestation, payerEnvelope *envelopes.PayerEnvelope) error
CreateAttestation provides a mock function with given fields: ctx, attestation, payerEnvelope
func (*MockIPayerReportStore) CreatePayerReport ¶
func (_m *MockIPayerReportStore) CreatePayerReport(ctx context.Context, report *payerreport.PayerReport, payerEnvelope *envelopes.PayerEnvelope) (*payerreport.ReportID, error)
CreatePayerReport provides a mock function with given fields: ctx, report, payerEnvelope
func (*MockIPayerReportStore) EXPECT ¶
func (_m *MockIPayerReportStore) EXPECT() *MockIPayerReportStore_Expecter
func (*MockIPayerReportStore) FetchReport ¶
func (_m *MockIPayerReportStore) FetchReport(ctx context.Context, id payerreport.ReportID) (*payerreport.PayerReportWithStatus, error)
FetchReport provides a mock function with given fields: ctx, id
func (*MockIPayerReportStore) FetchReports ¶
func (_m *MockIPayerReportStore) FetchReports(ctx context.Context, query *payerreport.FetchReportsQuery) ([]*payerreport.PayerReportWithStatus, error)
FetchReports provides a mock function with given fields: ctx, query
func (*MockIPayerReportStore) ForceSetReportSubmitted ¶ added in v1.0.0
func (_m *MockIPayerReportStore) ForceSetReportSubmitted(ctx context.Context, id payerreport.ReportID, reportIndex int32) error
ForceSetReportSubmitted provides a mock function with given fields: ctx, id, reportIndex
func (*MockIPayerReportStore) GetAdvisoryLocker ¶ added in v1.0.0
func (_m *MockIPayerReportStore) GetAdvisoryLocker(ctx context.Context) (db.ITransactionScopedAdvisoryLocker, error)
GetAdvisoryLocker provides a mock function with given fields: ctx
func (*MockIPayerReportStore) GetLatestSequenceID ¶ added in v1.0.0
func (_m *MockIPayerReportStore) GetLatestSequenceID(ctx context.Context, originatorNodeID int32) (int64, error)
GetLatestSequenceID provides a mock function with given fields: ctx, originatorNodeID
func (*MockIPayerReportStore) Queries ¶
func (_m *MockIPayerReportStore) Queries() *queries.Queries
Queries provides a mock function with no fields
func (*MockIPayerReportStore) SetReportAttestationApproved ¶ added in v0.5.1
func (_m *MockIPayerReportStore) SetReportAttestationApproved(ctx context.Context, id payerreport.ReportID) error
SetReportAttestationApproved provides a mock function with given fields: ctx, id
func (*MockIPayerReportStore) SetReportAttestationRejected ¶ added in v0.5.1
func (_m *MockIPayerReportStore) SetReportAttestationRejected(ctx context.Context, id payerreport.ReportID) error
SetReportAttestationRejected provides a mock function with given fields: ctx, id
func (*MockIPayerReportStore) SetReportSettled ¶ added in v0.5.1
func (_m *MockIPayerReportStore) SetReportSettled(ctx context.Context, id payerreport.ReportID) error
SetReportSettled provides a mock function with given fields: ctx, id
func (*MockIPayerReportStore) SetReportSubmissionRejected ¶ added in v1.0.0
func (_m *MockIPayerReportStore) SetReportSubmissionRejected(ctx context.Context, id payerreport.ReportID) error
SetReportSubmissionRejected provides a mock function with given fields: ctx, id
func (*MockIPayerReportStore) SetReportSubmitted ¶ added in v0.5.1
func (_m *MockIPayerReportStore) SetReportSubmitted(ctx context.Context, id payerreport.ReportID, reportIndex int32) error
SetReportSubmitted provides a mock function with given fields: ctx, id, reportIndex
func (*MockIPayerReportStore) StoreReport ¶ added in v0.5.1
func (_m *MockIPayerReportStore) StoreReport(ctx context.Context, report *payerreport.PayerReport) (int64, error)
StoreReport provides a mock function with given fields: ctx, report
func (*MockIPayerReportStore) StoreSyncedAttestation ¶
func (_m *MockIPayerReportStore) StoreSyncedAttestation(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32) error
StoreSyncedAttestation provides a mock function with given fields: ctx, envelope, payerID
func (*MockIPayerReportStore) StoreSyncedReport ¶
func (_m *MockIPayerReportStore) StoreSyncedReport(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32, domainSeparator common.Hash) error
StoreSyncedReport provides a mock function with given fields: ctx, envelope, payerID, domainSeparator
type MockIPayerReportStore_CreateAttestation_Call ¶
MockIPayerReportStore_CreateAttestation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAttestation'
func (*MockIPayerReportStore_CreateAttestation_Call) Return ¶
func (_c *MockIPayerReportStore_CreateAttestation_Call) Return(_a0 error) *MockIPayerReportStore_CreateAttestation_Call
func (*MockIPayerReportStore_CreateAttestation_Call) Run ¶
func (_c *MockIPayerReportStore_CreateAttestation_Call) Run(run func(ctx context.Context, attestation *payerreport.PayerReportAttestation, payerEnvelope *envelopes.PayerEnvelope)) *MockIPayerReportStore_CreateAttestation_Call
func (*MockIPayerReportStore_CreateAttestation_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_CreateAttestation_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReportAttestation, *envelopes.PayerEnvelope) error) *MockIPayerReportStore_CreateAttestation_Call
type MockIPayerReportStore_CreatePayerReport_Call ¶
MockIPayerReportStore_CreatePayerReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreatePayerReport'
func (*MockIPayerReportStore_CreatePayerReport_Call) Return ¶
func (_c *MockIPayerReportStore_CreatePayerReport_Call) Return(_a0 *payerreport.ReportID, _a1 error) *MockIPayerReportStore_CreatePayerReport_Call
func (*MockIPayerReportStore_CreatePayerReport_Call) Run ¶
func (_c *MockIPayerReportStore_CreatePayerReport_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport, payerEnvelope *envelopes.PayerEnvelope)) *MockIPayerReportStore_CreatePayerReport_Call
func (*MockIPayerReportStore_CreatePayerReport_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_CreatePayerReport_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReport, *envelopes.PayerEnvelope) (*payerreport.ReportID, error)) *MockIPayerReportStore_CreatePayerReport_Call
type MockIPayerReportStore_Expecter ¶
type MockIPayerReportStore_Expecter struct {
// contains filtered or unexported fields
}
func (*MockIPayerReportStore_Expecter) CreateAttestation ¶
func (_e *MockIPayerReportStore_Expecter) CreateAttestation(ctx interface{}, attestation interface{}, payerEnvelope interface{}) *MockIPayerReportStore_CreateAttestation_Call
CreateAttestation is a helper method to define mock.On call
- ctx context.Context
- attestation *payerreport.PayerReportAttestation
- payerEnvelope *envelopes.PayerEnvelope
func (*MockIPayerReportStore_Expecter) CreatePayerReport ¶
func (_e *MockIPayerReportStore_Expecter) CreatePayerReport(ctx interface{}, report interface{}, payerEnvelope interface{}) *MockIPayerReportStore_CreatePayerReport_Call
CreatePayerReport is a helper method to define mock.On call
- ctx context.Context
- report *payerreport.PayerReport
- payerEnvelope *envelopes.PayerEnvelope
func (*MockIPayerReportStore_Expecter) FetchReport ¶
func (_e *MockIPayerReportStore_Expecter) FetchReport(ctx interface{}, id interface{}) *MockIPayerReportStore_FetchReport_Call
FetchReport is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
func (*MockIPayerReportStore_Expecter) FetchReports ¶
func (_e *MockIPayerReportStore_Expecter) FetchReports(ctx interface{}, query interface{}) *MockIPayerReportStore_FetchReports_Call
FetchReports is a helper method to define mock.On call
- ctx context.Context
- query *payerreport.FetchReportsQuery
func (*MockIPayerReportStore_Expecter) ForceSetReportSubmitted ¶ added in v1.0.0
func (_e *MockIPayerReportStore_Expecter) ForceSetReportSubmitted(ctx interface{}, id interface{}, reportIndex interface{}) *MockIPayerReportStore_ForceSetReportSubmitted_Call
ForceSetReportSubmitted is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
- reportIndex int32
func (*MockIPayerReportStore_Expecter) GetAdvisoryLocker ¶ added in v1.0.0
func (_e *MockIPayerReportStore_Expecter) GetAdvisoryLocker(ctx interface{}) *MockIPayerReportStore_GetAdvisoryLocker_Call
GetAdvisoryLocker is a helper method to define mock.On call
- ctx context.Context
func (*MockIPayerReportStore_Expecter) GetLatestSequenceID ¶ added in v1.0.0
func (_e *MockIPayerReportStore_Expecter) GetLatestSequenceID(ctx interface{}, originatorNodeID interface{}) *MockIPayerReportStore_GetLatestSequenceID_Call
GetLatestSequenceID is a helper method to define mock.On call
- ctx context.Context
- originatorNodeID int32
func (*MockIPayerReportStore_Expecter) Queries ¶
func (_e *MockIPayerReportStore_Expecter) Queries() *MockIPayerReportStore_Queries_Call
Queries is a helper method to define mock.On call
func (*MockIPayerReportStore_Expecter) SetReportAttestationApproved ¶ added in v0.5.1
func (_e *MockIPayerReportStore_Expecter) SetReportAttestationApproved(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportAttestationApproved_Call
SetReportAttestationApproved is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
func (*MockIPayerReportStore_Expecter) SetReportAttestationRejected ¶ added in v0.5.1
func (_e *MockIPayerReportStore_Expecter) SetReportAttestationRejected(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportAttestationRejected_Call
SetReportAttestationRejected is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
func (*MockIPayerReportStore_Expecter) SetReportSettled ¶ added in v0.5.1
func (_e *MockIPayerReportStore_Expecter) SetReportSettled(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportSettled_Call
SetReportSettled is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
func (*MockIPayerReportStore_Expecter) SetReportSubmissionRejected ¶ added in v1.0.0
func (_e *MockIPayerReportStore_Expecter) SetReportSubmissionRejected(ctx interface{}, id interface{}) *MockIPayerReportStore_SetReportSubmissionRejected_Call
SetReportSubmissionRejected is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
func (*MockIPayerReportStore_Expecter) SetReportSubmitted ¶ added in v0.5.1
func (_e *MockIPayerReportStore_Expecter) SetReportSubmitted(ctx interface{}, id interface{}, reportIndex interface{}) *MockIPayerReportStore_SetReportSubmitted_Call
SetReportSubmitted is a helper method to define mock.On call
- ctx context.Context
- id payerreport.ReportID
- reportIndex int32
func (*MockIPayerReportStore_Expecter) StoreReport ¶ added in v0.5.1
func (_e *MockIPayerReportStore_Expecter) StoreReport(ctx interface{}, report interface{}) *MockIPayerReportStore_StoreReport_Call
StoreReport is a helper method to define mock.On call
- ctx context.Context
- report *payerreport.PayerReport
func (*MockIPayerReportStore_Expecter) StoreSyncedAttestation ¶
func (_e *MockIPayerReportStore_Expecter) StoreSyncedAttestation(ctx interface{}, envelope interface{}, payerID interface{}) *MockIPayerReportStore_StoreSyncedAttestation_Call
StoreSyncedAttestation is a helper method to define mock.On call
- ctx context.Context
- envelope *envelopes.OriginatorEnvelope
- payerID int32
func (*MockIPayerReportStore_Expecter) StoreSyncedReport ¶
func (_e *MockIPayerReportStore_Expecter) StoreSyncedReport(ctx interface{}, envelope interface{}, payerID interface{}, domainSeparator interface{}) *MockIPayerReportStore_StoreSyncedReport_Call
StoreSyncedReport is a helper method to define mock.On call
- ctx context.Context
- envelope *envelopes.OriginatorEnvelope
- payerID int32
- domainSeparator common.Hash
type MockIPayerReportStore_FetchReport_Call ¶
MockIPayerReportStore_FetchReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchReport'
func (*MockIPayerReportStore_FetchReport_Call) Return ¶
func (_c *MockIPayerReportStore_FetchReport_Call) Return(_a0 *payerreport.PayerReportWithStatus, _a1 error) *MockIPayerReportStore_FetchReport_Call
func (*MockIPayerReportStore_FetchReport_Call) Run ¶
func (_c *MockIPayerReportStore_FetchReport_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_FetchReport_Call
func (*MockIPayerReportStore_FetchReport_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_FetchReport_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) (*payerreport.PayerReportWithStatus, error)) *MockIPayerReportStore_FetchReport_Call
type MockIPayerReportStore_FetchReports_Call ¶
MockIPayerReportStore_FetchReports_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FetchReports'
func (*MockIPayerReportStore_FetchReports_Call) Return ¶
func (_c *MockIPayerReportStore_FetchReports_Call) Return(_a0 []*payerreport.PayerReportWithStatus, _a1 error) *MockIPayerReportStore_FetchReports_Call
func (*MockIPayerReportStore_FetchReports_Call) Run ¶
func (_c *MockIPayerReportStore_FetchReports_Call) Run(run func(ctx context.Context, query *payerreport.FetchReportsQuery)) *MockIPayerReportStore_FetchReports_Call
func (*MockIPayerReportStore_FetchReports_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_FetchReports_Call) RunAndReturn(run func(context.Context, *payerreport.FetchReportsQuery) ([]*payerreport.PayerReportWithStatus, error)) *MockIPayerReportStore_FetchReports_Call
type MockIPayerReportStore_ForceSetReportSubmitted_Call ¶ added in v1.0.0
MockIPayerReportStore_ForceSetReportSubmitted_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ForceSetReportSubmitted'
func (*MockIPayerReportStore_ForceSetReportSubmitted_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportStore_ForceSetReportSubmitted_Call) Run(run func(ctx context.Context, id payerreport.ReportID, reportIndex int32)) *MockIPayerReportStore_ForceSetReportSubmitted_Call
func (*MockIPayerReportStore_ForceSetReportSubmitted_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportStore_ForceSetReportSubmitted_Call) RunAndReturn(run func(context.Context, payerreport.ReportID, int32) error) *MockIPayerReportStore_ForceSetReportSubmitted_Call
type MockIPayerReportStore_GetAdvisoryLocker_Call ¶ added in v1.0.0
MockIPayerReportStore_GetAdvisoryLocker_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAdvisoryLocker'
func (*MockIPayerReportStore_GetAdvisoryLocker_Call) Return ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) Return(_a0 db.ITransactionScopedAdvisoryLocker, _a1 error) *MockIPayerReportStore_GetAdvisoryLocker_Call
func (*MockIPayerReportStore_GetAdvisoryLocker_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) Run(run func(ctx context.Context)) *MockIPayerReportStore_GetAdvisoryLocker_Call
func (*MockIPayerReportStore_GetAdvisoryLocker_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetAdvisoryLocker_Call) RunAndReturn(run func(context.Context) (db.ITransactionScopedAdvisoryLocker, error)) *MockIPayerReportStore_GetAdvisoryLocker_Call
type MockIPayerReportStore_GetLatestSequenceID_Call ¶ added in v1.0.0
MockIPayerReportStore_GetLatestSequenceID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestSequenceID'
func (*MockIPayerReportStore_GetLatestSequenceID_Call) Return ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) Return(_a0 int64, _a1 error) *MockIPayerReportStore_GetLatestSequenceID_Call
func (*MockIPayerReportStore_GetLatestSequenceID_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) Run(run func(ctx context.Context, originatorNodeID int32)) *MockIPayerReportStore_GetLatestSequenceID_Call
func (*MockIPayerReportStore_GetLatestSequenceID_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportStore_GetLatestSequenceID_Call) RunAndReturn(run func(context.Context, int32) (int64, error)) *MockIPayerReportStore_GetLatestSequenceID_Call
type MockIPayerReportStore_Queries_Call ¶
MockIPayerReportStore_Queries_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Queries'
func (*MockIPayerReportStore_Queries_Call) Return ¶
func (_c *MockIPayerReportStore_Queries_Call) Return(_a0 *queries.Queries) *MockIPayerReportStore_Queries_Call
func (*MockIPayerReportStore_Queries_Call) Run ¶
func (_c *MockIPayerReportStore_Queries_Call) Run(run func()) *MockIPayerReportStore_Queries_Call
func (*MockIPayerReportStore_Queries_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_Queries_Call) RunAndReturn(run func() *queries.Queries) *MockIPayerReportStore_Queries_Call
type MockIPayerReportStore_SetReportAttestationApproved_Call ¶ added in v0.5.1
MockIPayerReportStore_SetReportAttestationApproved_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReportAttestationApproved'
func (*MockIPayerReportStore_SetReportAttestationApproved_Call) Run ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportAttestationApproved_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportAttestationApproved_Call
func (*MockIPayerReportStore_SetReportAttestationApproved_Call) RunAndReturn ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportAttestationApproved_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportAttestationApproved_Call
type MockIPayerReportStore_SetReportAttestationRejected_Call ¶ added in v0.5.1
MockIPayerReportStore_SetReportAttestationRejected_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReportAttestationRejected'
func (*MockIPayerReportStore_SetReportAttestationRejected_Call) Run ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportAttestationRejected_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportAttestationRejected_Call
func (*MockIPayerReportStore_SetReportAttestationRejected_Call) RunAndReturn ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportAttestationRejected_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportAttestationRejected_Call
type MockIPayerReportStore_SetReportSettled_Call ¶ added in v0.5.1
MockIPayerReportStore_SetReportSettled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReportSettled'
func (*MockIPayerReportStore_SetReportSettled_Call) Return ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSettled_Call) Return(_a0 error) *MockIPayerReportStore_SetReportSettled_Call
func (*MockIPayerReportStore_SetReportSettled_Call) Run ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSettled_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportSettled_Call
func (*MockIPayerReportStore_SetReportSettled_Call) RunAndReturn ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSettled_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportSettled_Call
type MockIPayerReportStore_SetReportSubmissionRejected_Call ¶ added in v1.0.0
MockIPayerReportStore_SetReportSubmissionRejected_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReportSubmissionRejected'
func (*MockIPayerReportStore_SetReportSubmissionRejected_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportStore_SetReportSubmissionRejected_Call) Run(run func(ctx context.Context, id payerreport.ReportID)) *MockIPayerReportStore_SetReportSubmissionRejected_Call
func (*MockIPayerReportStore_SetReportSubmissionRejected_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportStore_SetReportSubmissionRejected_Call) RunAndReturn(run func(context.Context, payerreport.ReportID) error) *MockIPayerReportStore_SetReportSubmissionRejected_Call
type MockIPayerReportStore_SetReportSubmitted_Call ¶ added in v0.5.1
MockIPayerReportStore_SetReportSubmitted_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetReportSubmitted'
func (*MockIPayerReportStore_SetReportSubmitted_Call) Return ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSubmitted_Call) Return(_a0 error) *MockIPayerReportStore_SetReportSubmitted_Call
func (*MockIPayerReportStore_SetReportSubmitted_Call) Run ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSubmitted_Call) Run(run func(ctx context.Context, id payerreport.ReportID, reportIndex int32)) *MockIPayerReportStore_SetReportSubmitted_Call
func (*MockIPayerReportStore_SetReportSubmitted_Call) RunAndReturn ¶ added in v0.5.1
func (_c *MockIPayerReportStore_SetReportSubmitted_Call) RunAndReturn(run func(context.Context, payerreport.ReportID, int32) error) *MockIPayerReportStore_SetReportSubmitted_Call
type MockIPayerReportStore_StoreReport_Call ¶ added in v0.5.1
MockIPayerReportStore_StoreReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreReport'
func (*MockIPayerReportStore_StoreReport_Call) Return ¶ added in v0.5.1
func (_c *MockIPayerReportStore_StoreReport_Call) Return(_a0 int64, _a1 error) *MockIPayerReportStore_StoreReport_Call
func (*MockIPayerReportStore_StoreReport_Call) Run ¶ added in v0.5.1
func (_c *MockIPayerReportStore_StoreReport_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport)) *MockIPayerReportStore_StoreReport_Call
func (*MockIPayerReportStore_StoreReport_Call) RunAndReturn ¶ added in v0.5.1
func (_c *MockIPayerReportStore_StoreReport_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReport) (int64, error)) *MockIPayerReportStore_StoreReport_Call
type MockIPayerReportStore_StoreSyncedAttestation_Call ¶
MockIPayerReportStore_StoreSyncedAttestation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreSyncedAttestation'
func (*MockIPayerReportStore_StoreSyncedAttestation_Call) Return ¶
func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) Return(_a0 error) *MockIPayerReportStore_StoreSyncedAttestation_Call
func (*MockIPayerReportStore_StoreSyncedAttestation_Call) Run ¶
func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) Run(run func(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32)) *MockIPayerReportStore_StoreSyncedAttestation_Call
func (*MockIPayerReportStore_StoreSyncedAttestation_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_StoreSyncedAttestation_Call) RunAndReturn(run func(context.Context, *envelopes.OriginatorEnvelope, int32) error) *MockIPayerReportStore_StoreSyncedAttestation_Call
type MockIPayerReportStore_StoreSyncedReport_Call ¶
MockIPayerReportStore_StoreSyncedReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StoreSyncedReport'
func (*MockIPayerReportStore_StoreSyncedReport_Call) Return ¶
func (_c *MockIPayerReportStore_StoreSyncedReport_Call) Return(_a0 error) *MockIPayerReportStore_StoreSyncedReport_Call
func (*MockIPayerReportStore_StoreSyncedReport_Call) Run ¶
func (_c *MockIPayerReportStore_StoreSyncedReport_Call) Run(run func(ctx context.Context, envelope *envelopes.OriginatorEnvelope, payerID int32, domainSeparator common.Hash)) *MockIPayerReportStore_StoreSyncedReport_Call
func (*MockIPayerReportStore_StoreSyncedReport_Call) RunAndReturn ¶
func (_c *MockIPayerReportStore_StoreSyncedReport_Call) RunAndReturn(run func(context.Context, *envelopes.OriginatorEnvelope, int32, common.Hash) error) *MockIPayerReportStore_StoreSyncedReport_Call
type MockIPayerReportVerifier ¶
MockIPayerReportVerifier is an autogenerated mock type for the IPayerReportVerifier type
func NewMockIPayerReportVerifier ¶
func NewMockIPayerReportVerifier(t interface {
mock.TestingT
Cleanup(func())
}) *MockIPayerReportVerifier
NewMockIPayerReportVerifier creates a new instance of MockIPayerReportVerifier. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockIPayerReportVerifier) EXPECT ¶
func (_m *MockIPayerReportVerifier) EXPECT() *MockIPayerReportVerifier_Expecter
func (*MockIPayerReportVerifier) GetPayerMap ¶ added in v1.0.0
func (_m *MockIPayerReportVerifier) GetPayerMap(ctx context.Context, report *payerreport.PayerReport) (payerreport.PayerMap, error)
GetPayerMap provides a mock function with given fields: ctx, report
func (*MockIPayerReportVerifier) VerifyReport ¶ added in v1.0.0
func (_m *MockIPayerReportVerifier) VerifyReport(ctx context.Context, prevReport *payerreport.PayerReport, newReport *payerreport.PayerReport) (payerreport.VerifyReportResult, error)
VerifyReport provides a mock function with given fields: ctx, prevReport, newReport
type MockIPayerReportVerifier_Expecter ¶
type MockIPayerReportVerifier_Expecter struct {
// contains filtered or unexported fields
}
func (*MockIPayerReportVerifier_Expecter) GetPayerMap ¶ added in v1.0.0
func (_e *MockIPayerReportVerifier_Expecter) GetPayerMap(ctx interface{}, report interface{}) *MockIPayerReportVerifier_GetPayerMap_Call
GetPayerMap is a helper method to define mock.On call
- ctx context.Context
- report *payerreport.PayerReport
func (*MockIPayerReportVerifier_Expecter) VerifyReport ¶ added in v1.0.0
func (_e *MockIPayerReportVerifier_Expecter) VerifyReport(ctx interface{}, prevReport interface{}, newReport interface{}) *MockIPayerReportVerifier_VerifyReport_Call
VerifyReport is a helper method to define mock.On call
- ctx context.Context
- prevReport *payerreport.PayerReport
- newReport *payerreport.PayerReport
type MockIPayerReportVerifier_GetPayerMap_Call ¶ added in v1.0.0
MockIPayerReportVerifier_GetPayerMap_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPayerMap'
func (*MockIPayerReportVerifier_GetPayerMap_Call) Return ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_GetPayerMap_Call) Return(_a0 payerreport.PayerMap, _a1 error) *MockIPayerReportVerifier_GetPayerMap_Call
func (*MockIPayerReportVerifier_GetPayerMap_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_GetPayerMap_Call) Run(run func(ctx context.Context, report *payerreport.PayerReport)) *MockIPayerReportVerifier_GetPayerMap_Call
func (*MockIPayerReportVerifier_GetPayerMap_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_GetPayerMap_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReport) (payerreport.PayerMap, error)) *MockIPayerReportVerifier_GetPayerMap_Call
type MockIPayerReportVerifier_VerifyReport_Call ¶ added in v1.0.0
MockIPayerReportVerifier_VerifyReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'VerifyReport'
func (*MockIPayerReportVerifier_VerifyReport_Call) Return ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_VerifyReport_Call) Return(_a0 payerreport.VerifyReportResult, _a1 error) *MockIPayerReportVerifier_VerifyReport_Call
func (*MockIPayerReportVerifier_VerifyReport_Call) Run ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_VerifyReport_Call) Run(run func(ctx context.Context, prevReport *payerreport.PayerReport, newReport *payerreport.PayerReport)) *MockIPayerReportVerifier_VerifyReport_Call
func (*MockIPayerReportVerifier_VerifyReport_Call) RunAndReturn ¶ added in v1.0.0
func (_c *MockIPayerReportVerifier_VerifyReport_Call) RunAndReturn(run func(context.Context, *payerreport.PayerReport, *payerreport.PayerReport) (payerreport.VerifyReportResult, error)) *MockIPayerReportVerifier_VerifyReport_Call