mocks

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2025 License: LGPL-3.0, MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainScopedConfig

type ChainScopedConfig struct {
	mock.Mock
}

ChainScopedConfig is an autogenerated mock type for the ChainScopedConfig type

func NewChainScopedConfig

func NewChainScopedConfig(t interface {
	mock.TestingT
	Cleanup(func())
}) *ChainScopedConfig

NewChainScopedConfig creates a new instance of ChainScopedConfig. 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 (*ChainScopedConfig) EVM

func (_m *ChainScopedConfig) EVM() config.EVM

EVM provides a mock function with no fields

func (*ChainScopedConfig) EXPECT

type ChainScopedConfig_EVM_Call

type ChainScopedConfig_EVM_Call struct {
	*mock.Call
}

ChainScopedConfig_EVM_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EVM'

func (*ChainScopedConfig_EVM_Call) Return

func (*ChainScopedConfig_EVM_Call) Run

func (*ChainScopedConfig_EVM_Call) RunAndReturn

func (_c *ChainScopedConfig_EVM_Call) RunAndReturn(run func() config.EVM) *ChainScopedConfig_EVM_Call

type ChainScopedConfig_Expecter

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

func (*ChainScopedConfig_Expecter) EVM

EVM is a helper method to define mock.On call

type EVM

type EVM struct {
	mock.Mock
}

EVM is an autogenerated mock type for the EVM type

func NewEVM

func NewEVM(t interface {
	mock.TestingT
	Cleanup(func())
}) *EVM

NewEVM creates a new instance of EVM. 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 (*EVM) AutoCreateKey

func (_m *EVM) AutoCreateKey() bool

AutoCreateKey provides a mock function with no fields

func (*EVM) BackupLogPollerBlockDelay

func (_m *EVM) BackupLogPollerBlockDelay() uint64

BackupLogPollerBlockDelay provides a mock function with no fields

func (*EVM) BalanceMonitor

func (_m *EVM) BalanceMonitor() config.BalanceMonitor

BalanceMonitor provides a mock function with no fields

func (*EVM) BlockBackfillDepth

func (_m *EVM) BlockBackfillDepth() uint64

BlockBackfillDepth provides a mock function with no fields

func (*EVM) BlockBackfillSkip

func (_m *EVM) BlockBackfillSkip() bool

BlockBackfillSkip provides a mock function with no fields

func (*EVM) BlockEmissionIdleWarningThreshold

func (_m *EVM) BlockEmissionIdleWarningThreshold() time.Duration

BlockEmissionIdleWarningThreshold provides a mock function with no fields

func (*EVM) ChainID

func (_m *EVM) ChainID() *big.Int

ChainID provides a mock function with no fields

func (*EVM) ChainType

func (_m *EVM) ChainType() chaintype.ChainType

ChainType provides a mock function with no fields

func (*EVM) ConfirmationTimeout

func (_m *EVM) ConfirmationTimeout() time.Duration

ConfirmationTimeout provides a mock function with no fields

func (*EVM) EXPECT

func (_m *EVM) EXPECT() *EVM_Expecter

func (*EVM) FinalityDepth

func (_m *EVM) FinalityDepth() uint32

FinalityDepth provides a mock function with no fields

func (*EVM) FinalityTagEnabled

func (_m *EVM) FinalityTagEnabled() bool

FinalityTagEnabled provides a mock function with no fields

func (*EVM) FinalizedBlockOffset

func (_m *EVM) FinalizedBlockOffset() uint32

FinalizedBlockOffset provides a mock function with no fields

func (*EVM) FlagsContractAddress

func (_m *EVM) FlagsContractAddress() string

FlagsContractAddress provides a mock function with no fields

func (*EVM) GasEstimator

func (_m *EVM) GasEstimator() config.GasEstimator

GasEstimator provides a mock function with no fields

func (*EVM) HeadTracker

func (_m *EVM) HeadTracker() config.HeadTracker

HeadTracker provides a mock function with no fields

func (*EVM) IsEnabled

func (_m *EVM) IsEnabled() bool

IsEnabled provides a mock function with no fields

func (*EVM) LinkContractAddress

func (_m *EVM) LinkContractAddress() string

LinkContractAddress provides a mock function with no fields

func (*EVM) LogBackfillBatchSize

func (_m *EVM) LogBackfillBatchSize() uint32

LogBackfillBatchSize provides a mock function with no fields

func (*EVM) LogBroadcasterEnabled

func (_m *EVM) LogBroadcasterEnabled() bool

LogBroadcasterEnabled provides a mock function with no fields

func (*EVM) LogKeepBlocksDepth

func (_m *EVM) LogKeepBlocksDepth() uint32

LogKeepBlocksDepth provides a mock function with no fields

func (*EVM) LogPollInterval

func (_m *EVM) LogPollInterval() time.Duration

LogPollInterval provides a mock function with no fields

func (*EVM) LogPrunePageSize

func (_m *EVM) LogPrunePageSize() uint32

LogPrunePageSize provides a mock function with no fields

func (*EVM) MinContractPayment

func (_m *EVM) MinContractPayment() *assets.Link

MinContractPayment provides a mock function with no fields

func (*EVM) MinIncomingConfirmations

func (_m *EVM) MinIncomingConfirmations() uint32

MinIncomingConfirmations provides a mock function with no fields

func (*EVM) NoNewFinalizedHeadsThreshold

func (_m *EVM) NoNewFinalizedHeadsThreshold() time.Duration

NoNewFinalizedHeadsThreshold provides a mock function with no fields

func (*EVM) NodeNoNewHeadsThreshold

func (_m *EVM) NodeNoNewHeadsThreshold() time.Duration

NodeNoNewHeadsThreshold provides a mock function with no fields

func (*EVM) NodePool

func (_m *EVM) NodePool() config.NodePool

NodePool provides a mock function with no fields

func (*EVM) NonceAutoSync

func (_m *EVM) NonceAutoSync() bool

NonceAutoSync provides a mock function with no fields

func (*EVM) OCR

func (_m *EVM) OCR() config.OCR

OCR provides a mock function with no fields

func (*EVM) OCR2

func (_m *EVM) OCR2() config.OCR2

OCR2 provides a mock function with no fields

func (*EVM) OperatorFactoryAddress

func (_m *EVM) OperatorFactoryAddress() string

OperatorFactoryAddress provides a mock function with no fields

func (*EVM) RPCDefaultBatchSize

func (_m *EVM) RPCDefaultBatchSize() uint32

RPCDefaultBatchSize provides a mock function with no fields

func (*EVM) SafeDepth

func (_m *EVM) SafeDepth() uint32

SafeDepth provides a mock function with no fields

func (*EVM) TOMLString

func (_m *EVM) TOMLString() (string, error)

TOMLString provides a mock function with no fields

func (*EVM) Transactions

func (_m *EVM) Transactions() config.Transactions

Transactions provides a mock function with no fields

func (*EVM) Workflow

func (_m *EVM) Workflow() config.Workflow

Workflow provides a mock function with no fields

type EVM_AutoCreateKey_Call

type EVM_AutoCreateKey_Call struct {
	*mock.Call
}

EVM_AutoCreateKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoCreateKey'

func (*EVM_AutoCreateKey_Call) Return

func (*EVM_AutoCreateKey_Call) Run

func (_c *EVM_AutoCreateKey_Call) Run(run func()) *EVM_AutoCreateKey_Call

func (*EVM_AutoCreateKey_Call) RunAndReturn

func (_c *EVM_AutoCreateKey_Call) RunAndReturn(run func() bool) *EVM_AutoCreateKey_Call

type EVM_BackupLogPollerBlockDelay_Call

type EVM_BackupLogPollerBlockDelay_Call struct {
	*mock.Call
}

EVM_BackupLogPollerBlockDelay_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BackupLogPollerBlockDelay'

func (*EVM_BackupLogPollerBlockDelay_Call) Return

func (*EVM_BackupLogPollerBlockDelay_Call) Run

func (*EVM_BackupLogPollerBlockDelay_Call) RunAndReturn

type EVM_BalanceMonitor_Call

type EVM_BalanceMonitor_Call struct {
	*mock.Call
}

EVM_BalanceMonitor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BalanceMonitor'

func (*EVM_BalanceMonitor_Call) Return

func (*EVM_BalanceMonitor_Call) Run

func (_c *EVM_BalanceMonitor_Call) Run(run func()) *EVM_BalanceMonitor_Call

func (*EVM_BalanceMonitor_Call) RunAndReturn

type EVM_BlockBackfillDepth_Call

type EVM_BlockBackfillDepth_Call struct {
	*mock.Call
}

EVM_BlockBackfillDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BlockBackfillDepth'

func (*EVM_BlockBackfillDepth_Call) Return

func (*EVM_BlockBackfillDepth_Call) Run

func (*EVM_BlockBackfillDepth_Call) RunAndReturn

func (_c *EVM_BlockBackfillDepth_Call) RunAndReturn(run func() uint64) *EVM_BlockBackfillDepth_Call

type EVM_BlockBackfillSkip_Call

type EVM_BlockBackfillSkip_Call struct {
	*mock.Call
}

EVM_BlockBackfillSkip_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BlockBackfillSkip'

func (*EVM_BlockBackfillSkip_Call) Return

func (*EVM_BlockBackfillSkip_Call) Run

func (*EVM_BlockBackfillSkip_Call) RunAndReturn

func (_c *EVM_BlockBackfillSkip_Call) RunAndReturn(run func() bool) *EVM_BlockBackfillSkip_Call

type EVM_BlockEmissionIdleWarningThreshold_Call

type EVM_BlockEmissionIdleWarningThreshold_Call struct {
	*mock.Call
}

EVM_BlockEmissionIdleWarningThreshold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BlockEmissionIdleWarningThreshold'

func (*EVM_BlockEmissionIdleWarningThreshold_Call) Return

func (*EVM_BlockEmissionIdleWarningThreshold_Call) Run

func (*EVM_BlockEmissionIdleWarningThreshold_Call) RunAndReturn

type EVM_ChainID_Call

type EVM_ChainID_Call struct {
	*mock.Call
}

EVM_ChainID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChainID'

func (*EVM_ChainID_Call) Return

func (_c *EVM_ChainID_Call) Return(_a0 *big.Int) *EVM_ChainID_Call

func (*EVM_ChainID_Call) Run

func (_c *EVM_ChainID_Call) Run(run func()) *EVM_ChainID_Call

func (*EVM_ChainID_Call) RunAndReturn

func (_c *EVM_ChainID_Call) RunAndReturn(run func() *big.Int) *EVM_ChainID_Call

type EVM_ChainType_Call

type EVM_ChainType_Call struct {
	*mock.Call
}

EVM_ChainType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChainType'

func (*EVM_ChainType_Call) Return

func (*EVM_ChainType_Call) Run

func (_c *EVM_ChainType_Call) Run(run func()) *EVM_ChainType_Call

func (*EVM_ChainType_Call) RunAndReturn

func (_c *EVM_ChainType_Call) RunAndReturn(run func() chaintype.ChainType) *EVM_ChainType_Call

type EVM_ConfirmationTimeout_Call

type EVM_ConfirmationTimeout_Call struct {
	*mock.Call
}

EVM_ConfirmationTimeout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfirmationTimeout'

func (*EVM_ConfirmationTimeout_Call) Return

func (*EVM_ConfirmationTimeout_Call) Run

func (*EVM_ConfirmationTimeout_Call) RunAndReturn

type EVM_Expecter

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

func (*EVM_Expecter) AutoCreateKey

func (_e *EVM_Expecter) AutoCreateKey() *EVM_AutoCreateKey_Call

AutoCreateKey is a helper method to define mock.On call

func (*EVM_Expecter) BackupLogPollerBlockDelay

func (_e *EVM_Expecter) BackupLogPollerBlockDelay() *EVM_BackupLogPollerBlockDelay_Call

BackupLogPollerBlockDelay is a helper method to define mock.On call

func (*EVM_Expecter) BalanceMonitor

func (_e *EVM_Expecter) BalanceMonitor() *EVM_BalanceMonitor_Call

BalanceMonitor is a helper method to define mock.On call

func (*EVM_Expecter) BlockBackfillDepth

func (_e *EVM_Expecter) BlockBackfillDepth() *EVM_BlockBackfillDepth_Call

BlockBackfillDepth is a helper method to define mock.On call

func (*EVM_Expecter) BlockBackfillSkip

func (_e *EVM_Expecter) BlockBackfillSkip() *EVM_BlockBackfillSkip_Call

BlockBackfillSkip is a helper method to define mock.On call

func (*EVM_Expecter) BlockEmissionIdleWarningThreshold

func (_e *EVM_Expecter) BlockEmissionIdleWarningThreshold() *EVM_BlockEmissionIdleWarningThreshold_Call

BlockEmissionIdleWarningThreshold is a helper method to define mock.On call

func (*EVM_Expecter) ChainID

func (_e *EVM_Expecter) ChainID() *EVM_ChainID_Call

ChainID is a helper method to define mock.On call

func (*EVM_Expecter) ChainType

func (_e *EVM_Expecter) ChainType() *EVM_ChainType_Call

ChainType is a helper method to define mock.On call

func (*EVM_Expecter) ConfirmationTimeout

func (_e *EVM_Expecter) ConfirmationTimeout() *EVM_ConfirmationTimeout_Call

ConfirmationTimeout is a helper method to define mock.On call

func (*EVM_Expecter) FinalityDepth

func (_e *EVM_Expecter) FinalityDepth() *EVM_FinalityDepth_Call

FinalityDepth is a helper method to define mock.On call

func (*EVM_Expecter) FinalityTagEnabled

func (_e *EVM_Expecter) FinalityTagEnabled() *EVM_FinalityTagEnabled_Call

FinalityTagEnabled is a helper method to define mock.On call

func (*EVM_Expecter) FinalizedBlockOffset

func (_e *EVM_Expecter) FinalizedBlockOffset() *EVM_FinalizedBlockOffset_Call

FinalizedBlockOffset is a helper method to define mock.On call

func (*EVM_Expecter) FlagsContractAddress

func (_e *EVM_Expecter) FlagsContractAddress() *EVM_FlagsContractAddress_Call

FlagsContractAddress is a helper method to define mock.On call

func (*EVM_Expecter) GasEstimator

func (_e *EVM_Expecter) GasEstimator() *EVM_GasEstimator_Call

GasEstimator is a helper method to define mock.On call

func (*EVM_Expecter) HeadTracker

func (_e *EVM_Expecter) HeadTracker() *EVM_HeadTracker_Call

HeadTracker is a helper method to define mock.On call

func (*EVM_Expecter) IsEnabled

func (_e *EVM_Expecter) IsEnabled() *EVM_IsEnabled_Call

IsEnabled is a helper method to define mock.On call

func (*EVM_Expecter) LinkContractAddress

func (_e *EVM_Expecter) LinkContractAddress() *EVM_LinkContractAddress_Call

LinkContractAddress is a helper method to define mock.On call

func (*EVM_Expecter) LogBackfillBatchSize

func (_e *EVM_Expecter) LogBackfillBatchSize() *EVM_LogBackfillBatchSize_Call

LogBackfillBatchSize is a helper method to define mock.On call

func (*EVM_Expecter) LogBroadcasterEnabled

func (_e *EVM_Expecter) LogBroadcasterEnabled() *EVM_LogBroadcasterEnabled_Call

LogBroadcasterEnabled is a helper method to define mock.On call

func (*EVM_Expecter) LogKeepBlocksDepth

func (_e *EVM_Expecter) LogKeepBlocksDepth() *EVM_LogKeepBlocksDepth_Call

LogKeepBlocksDepth is a helper method to define mock.On call

func (*EVM_Expecter) LogPollInterval

func (_e *EVM_Expecter) LogPollInterval() *EVM_LogPollInterval_Call

LogPollInterval is a helper method to define mock.On call

func (*EVM_Expecter) LogPrunePageSize

func (_e *EVM_Expecter) LogPrunePageSize() *EVM_LogPrunePageSize_Call

LogPrunePageSize is a helper method to define mock.On call

func (*EVM_Expecter) MinContractPayment

func (_e *EVM_Expecter) MinContractPayment() *EVM_MinContractPayment_Call

MinContractPayment is a helper method to define mock.On call

func (*EVM_Expecter) MinIncomingConfirmations

func (_e *EVM_Expecter) MinIncomingConfirmations() *EVM_MinIncomingConfirmations_Call

MinIncomingConfirmations is a helper method to define mock.On call

func (*EVM_Expecter) NoNewFinalizedHeadsThreshold

func (_e *EVM_Expecter) NoNewFinalizedHeadsThreshold() *EVM_NoNewFinalizedHeadsThreshold_Call

NoNewFinalizedHeadsThreshold is a helper method to define mock.On call

func (*EVM_Expecter) NodeNoNewHeadsThreshold

func (_e *EVM_Expecter) NodeNoNewHeadsThreshold() *EVM_NodeNoNewHeadsThreshold_Call

NodeNoNewHeadsThreshold is a helper method to define mock.On call

func (*EVM_Expecter) NodePool

func (_e *EVM_Expecter) NodePool() *EVM_NodePool_Call

NodePool is a helper method to define mock.On call

func (*EVM_Expecter) NonceAutoSync

func (_e *EVM_Expecter) NonceAutoSync() *EVM_NonceAutoSync_Call

NonceAutoSync is a helper method to define mock.On call

func (*EVM_Expecter) OCR

func (_e *EVM_Expecter) OCR() *EVM_OCR_Call

OCR is a helper method to define mock.On call

func (*EVM_Expecter) OCR2

func (_e *EVM_Expecter) OCR2() *EVM_OCR2_Call

OCR2 is a helper method to define mock.On call

func (*EVM_Expecter) OperatorFactoryAddress

func (_e *EVM_Expecter) OperatorFactoryAddress() *EVM_OperatorFactoryAddress_Call

OperatorFactoryAddress is a helper method to define mock.On call

func (*EVM_Expecter) RPCDefaultBatchSize

func (_e *EVM_Expecter) RPCDefaultBatchSize() *EVM_RPCDefaultBatchSize_Call

RPCDefaultBatchSize is a helper method to define mock.On call

func (*EVM_Expecter) SafeDepth

func (_e *EVM_Expecter) SafeDepth() *EVM_SafeDepth_Call

SafeDepth is a helper method to define mock.On call

func (*EVM_Expecter) TOMLString

func (_e *EVM_Expecter) TOMLString() *EVM_TOMLString_Call

TOMLString is a helper method to define mock.On call

func (*EVM_Expecter) Transactions

func (_e *EVM_Expecter) Transactions() *EVM_Transactions_Call

Transactions is a helper method to define mock.On call

func (*EVM_Expecter) Workflow

func (_e *EVM_Expecter) Workflow() *EVM_Workflow_Call

Workflow is a helper method to define mock.On call

type EVM_FinalityDepth_Call

type EVM_FinalityDepth_Call struct {
	*mock.Call
}

EVM_FinalityDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalityDepth'

func (*EVM_FinalityDepth_Call) Return

func (*EVM_FinalityDepth_Call) Run

func (_c *EVM_FinalityDepth_Call) Run(run func()) *EVM_FinalityDepth_Call

func (*EVM_FinalityDepth_Call) RunAndReturn

func (_c *EVM_FinalityDepth_Call) RunAndReturn(run func() uint32) *EVM_FinalityDepth_Call

type EVM_FinalityTagEnabled_Call

type EVM_FinalityTagEnabled_Call struct {
	*mock.Call
}

EVM_FinalityTagEnabled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalityTagEnabled'

func (*EVM_FinalityTagEnabled_Call) Return

func (*EVM_FinalityTagEnabled_Call) Run

func (*EVM_FinalityTagEnabled_Call) RunAndReturn

func (_c *EVM_FinalityTagEnabled_Call) RunAndReturn(run func() bool) *EVM_FinalityTagEnabled_Call

type EVM_FinalizedBlockOffset_Call

type EVM_FinalizedBlockOffset_Call struct {
	*mock.Call
}

EVM_FinalizedBlockOffset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FinalizedBlockOffset'

func (*EVM_FinalizedBlockOffset_Call) Return

func (*EVM_FinalizedBlockOffset_Call) Run

func (*EVM_FinalizedBlockOffset_Call) RunAndReturn

type EVM_FlagsContractAddress_Call

type EVM_FlagsContractAddress_Call struct {
	*mock.Call
}

EVM_FlagsContractAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlagsContractAddress'

func (*EVM_FlagsContractAddress_Call) Return

func (*EVM_FlagsContractAddress_Call) Run

func (*EVM_FlagsContractAddress_Call) RunAndReturn

type EVM_GasEstimator_Call

type EVM_GasEstimator_Call struct {
	*mock.Call
}

EVM_GasEstimator_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GasEstimator'

func (*EVM_GasEstimator_Call) Return

func (*EVM_GasEstimator_Call) Run

func (_c *EVM_GasEstimator_Call) Run(run func()) *EVM_GasEstimator_Call

func (*EVM_GasEstimator_Call) RunAndReturn

func (_c *EVM_GasEstimator_Call) RunAndReturn(run func() config.GasEstimator) *EVM_GasEstimator_Call

type EVM_HeadTracker_Call

type EVM_HeadTracker_Call struct {
	*mock.Call
}

EVM_HeadTracker_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HeadTracker'

func (*EVM_HeadTracker_Call) Return

func (*EVM_HeadTracker_Call) Run

func (_c *EVM_HeadTracker_Call) Run(run func()) *EVM_HeadTracker_Call

func (*EVM_HeadTracker_Call) RunAndReturn

func (_c *EVM_HeadTracker_Call) RunAndReturn(run func() config.HeadTracker) *EVM_HeadTracker_Call

type EVM_IsEnabled_Call

type EVM_IsEnabled_Call struct {
	*mock.Call
}

EVM_IsEnabled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsEnabled'

func (*EVM_IsEnabled_Call) Return

func (_c *EVM_IsEnabled_Call) Return(_a0 bool) *EVM_IsEnabled_Call

func (*EVM_IsEnabled_Call) Run

func (_c *EVM_IsEnabled_Call) Run(run func()) *EVM_IsEnabled_Call

func (*EVM_IsEnabled_Call) RunAndReturn

func (_c *EVM_IsEnabled_Call) RunAndReturn(run func() bool) *EVM_IsEnabled_Call

type EVM_LinkContractAddress_Call

type EVM_LinkContractAddress_Call struct {
	*mock.Call
}

EVM_LinkContractAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LinkContractAddress'

func (*EVM_LinkContractAddress_Call) Return

func (*EVM_LinkContractAddress_Call) Run

func (*EVM_LinkContractAddress_Call) RunAndReturn

type EVM_LogBackfillBatchSize_Call

type EVM_LogBackfillBatchSize_Call struct {
	*mock.Call
}

EVM_LogBackfillBatchSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogBackfillBatchSize'

func (*EVM_LogBackfillBatchSize_Call) Return

func (*EVM_LogBackfillBatchSize_Call) Run

func (*EVM_LogBackfillBatchSize_Call) RunAndReturn

type EVM_LogBroadcasterEnabled_Call

type EVM_LogBroadcasterEnabled_Call struct {
	*mock.Call
}

EVM_LogBroadcasterEnabled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogBroadcasterEnabled'

func (*EVM_LogBroadcasterEnabled_Call) Return

func (*EVM_LogBroadcasterEnabled_Call) Run

func (*EVM_LogBroadcasterEnabled_Call) RunAndReturn

type EVM_LogKeepBlocksDepth_Call

type EVM_LogKeepBlocksDepth_Call struct {
	*mock.Call
}

EVM_LogKeepBlocksDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogKeepBlocksDepth'

func (*EVM_LogKeepBlocksDepth_Call) Return

func (*EVM_LogKeepBlocksDepth_Call) Run

func (*EVM_LogKeepBlocksDepth_Call) RunAndReturn

func (_c *EVM_LogKeepBlocksDepth_Call) RunAndReturn(run func() uint32) *EVM_LogKeepBlocksDepth_Call

type EVM_LogPollInterval_Call

type EVM_LogPollInterval_Call struct {
	*mock.Call
}

EVM_LogPollInterval_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogPollInterval'

func (*EVM_LogPollInterval_Call) Return

func (*EVM_LogPollInterval_Call) Run

func (*EVM_LogPollInterval_Call) RunAndReturn

func (_c *EVM_LogPollInterval_Call) RunAndReturn(run func() time.Duration) *EVM_LogPollInterval_Call

type EVM_LogPrunePageSize_Call

type EVM_LogPrunePageSize_Call struct {
	*mock.Call
}

EVM_LogPrunePageSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LogPrunePageSize'

func (*EVM_LogPrunePageSize_Call) Return

func (*EVM_LogPrunePageSize_Call) Run

func (*EVM_LogPrunePageSize_Call) RunAndReturn

func (_c *EVM_LogPrunePageSize_Call) RunAndReturn(run func() uint32) *EVM_LogPrunePageSize_Call

type EVM_MinContractPayment_Call

type EVM_MinContractPayment_Call struct {
	*mock.Call
}

EVM_MinContractPayment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MinContractPayment'

func (*EVM_MinContractPayment_Call) Return

func (*EVM_MinContractPayment_Call) Run

func (*EVM_MinContractPayment_Call) RunAndReturn

func (_c *EVM_MinContractPayment_Call) RunAndReturn(run func() *assets.Link) *EVM_MinContractPayment_Call

type EVM_MinIncomingConfirmations_Call

type EVM_MinIncomingConfirmations_Call struct {
	*mock.Call
}

EVM_MinIncomingConfirmations_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MinIncomingConfirmations'

func (*EVM_MinIncomingConfirmations_Call) Return

func (*EVM_MinIncomingConfirmations_Call) Run

func (*EVM_MinIncomingConfirmations_Call) RunAndReturn

type EVM_NoNewFinalizedHeadsThreshold_Call

type EVM_NoNewFinalizedHeadsThreshold_Call struct {
	*mock.Call
}

EVM_NoNewFinalizedHeadsThreshold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NoNewFinalizedHeadsThreshold'

func (*EVM_NoNewFinalizedHeadsThreshold_Call) Return

func (*EVM_NoNewFinalizedHeadsThreshold_Call) Run

func (*EVM_NoNewFinalizedHeadsThreshold_Call) RunAndReturn

type EVM_NodeNoNewHeadsThreshold_Call

type EVM_NodeNoNewHeadsThreshold_Call struct {
	*mock.Call
}

EVM_NodeNoNewHeadsThreshold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeNoNewHeadsThreshold'

func (*EVM_NodeNoNewHeadsThreshold_Call) Return

func (*EVM_NodeNoNewHeadsThreshold_Call) Run

func (*EVM_NodeNoNewHeadsThreshold_Call) RunAndReturn

type EVM_NodePool_Call

type EVM_NodePool_Call struct {
	*mock.Call
}

EVM_NodePool_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodePool'

func (*EVM_NodePool_Call) Return

func (*EVM_NodePool_Call) Run

func (_c *EVM_NodePool_Call) Run(run func()) *EVM_NodePool_Call

func (*EVM_NodePool_Call) RunAndReturn

func (_c *EVM_NodePool_Call) RunAndReturn(run func() config.NodePool) *EVM_NodePool_Call

type EVM_NonceAutoSync_Call

type EVM_NonceAutoSync_Call struct {
	*mock.Call
}

EVM_NonceAutoSync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NonceAutoSync'

func (*EVM_NonceAutoSync_Call) Return

func (*EVM_NonceAutoSync_Call) Run

func (_c *EVM_NonceAutoSync_Call) Run(run func()) *EVM_NonceAutoSync_Call

func (*EVM_NonceAutoSync_Call) RunAndReturn

func (_c *EVM_NonceAutoSync_Call) RunAndReturn(run func() bool) *EVM_NonceAutoSync_Call

type EVM_OCR2_Call

type EVM_OCR2_Call struct {
	*mock.Call
}

EVM_OCR2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OCR2'

func (*EVM_OCR2_Call) Return

func (_c *EVM_OCR2_Call) Return(_a0 config.OCR2) *EVM_OCR2_Call

func (*EVM_OCR2_Call) Run

func (_c *EVM_OCR2_Call) Run(run func()) *EVM_OCR2_Call

func (*EVM_OCR2_Call) RunAndReturn

func (_c *EVM_OCR2_Call) RunAndReturn(run func() config.OCR2) *EVM_OCR2_Call

type EVM_OCR_Call

type EVM_OCR_Call struct {
	*mock.Call
}

EVM_OCR_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OCR'

func (*EVM_OCR_Call) Return

func (_c *EVM_OCR_Call) Return(_a0 config.OCR) *EVM_OCR_Call

func (*EVM_OCR_Call) Run

func (_c *EVM_OCR_Call) Run(run func()) *EVM_OCR_Call

func (*EVM_OCR_Call) RunAndReturn

func (_c *EVM_OCR_Call) RunAndReturn(run func() config.OCR) *EVM_OCR_Call

type EVM_OperatorFactoryAddress_Call

type EVM_OperatorFactoryAddress_Call struct {
	*mock.Call
}

EVM_OperatorFactoryAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OperatorFactoryAddress'

func (*EVM_OperatorFactoryAddress_Call) Return

func (*EVM_OperatorFactoryAddress_Call) Run

func (*EVM_OperatorFactoryAddress_Call) RunAndReturn

type EVM_RPCDefaultBatchSize_Call

type EVM_RPCDefaultBatchSize_Call struct {
	*mock.Call
}

EVM_RPCDefaultBatchSize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RPCDefaultBatchSize'

func (*EVM_RPCDefaultBatchSize_Call) Return

func (*EVM_RPCDefaultBatchSize_Call) Run

func (*EVM_RPCDefaultBatchSize_Call) RunAndReturn

type EVM_SafeDepth_Call

type EVM_SafeDepth_Call struct {
	*mock.Call
}

EVM_SafeDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SafeDepth'

func (*EVM_SafeDepth_Call) Return

func (_c *EVM_SafeDepth_Call) Return(_a0 uint32) *EVM_SafeDepth_Call

func (*EVM_SafeDepth_Call) Run

func (_c *EVM_SafeDepth_Call) Run(run func()) *EVM_SafeDepth_Call

func (*EVM_SafeDepth_Call) RunAndReturn

func (_c *EVM_SafeDepth_Call) RunAndReturn(run func() uint32) *EVM_SafeDepth_Call

type EVM_TOMLString_Call

type EVM_TOMLString_Call struct {
	*mock.Call
}

EVM_TOMLString_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TOMLString'

func (*EVM_TOMLString_Call) Return

func (_c *EVM_TOMLString_Call) Return(_a0 string, _a1 error) *EVM_TOMLString_Call

func (*EVM_TOMLString_Call) Run

func (_c *EVM_TOMLString_Call) Run(run func()) *EVM_TOMLString_Call

func (*EVM_TOMLString_Call) RunAndReturn

func (_c *EVM_TOMLString_Call) RunAndReturn(run func() (string, error)) *EVM_TOMLString_Call

type EVM_Transactions_Call

type EVM_Transactions_Call struct {
	*mock.Call
}

EVM_Transactions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Transactions'

func (*EVM_Transactions_Call) Return

func (*EVM_Transactions_Call) Run

func (_c *EVM_Transactions_Call) Run(run func()) *EVM_Transactions_Call

func (*EVM_Transactions_Call) RunAndReturn

func (_c *EVM_Transactions_Call) RunAndReturn(run func() config.Transactions) *EVM_Transactions_Call

type EVM_Workflow_Call

type EVM_Workflow_Call struct {
	*mock.Call
}

EVM_Workflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Workflow'

func (*EVM_Workflow_Call) Return

func (*EVM_Workflow_Call) Run

func (_c *EVM_Workflow_Call) Run(run func()) *EVM_Workflow_Call

func (*EVM_Workflow_Call) RunAndReturn

func (_c *EVM_Workflow_Call) RunAndReturn(run func() config.Workflow) *EVM_Workflow_Call

type GasEstimator

type GasEstimator struct {
	mock.Mock
}

GasEstimator is an autogenerated mock type for the GasEstimator type

func NewGasEstimator

func NewGasEstimator(t interface {
	mock.TestingT
	Cleanup(func())
}) *GasEstimator

NewGasEstimator creates a new instance of GasEstimator. 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 (*GasEstimator) BlockHistory

func (_m *GasEstimator) BlockHistory() config.BlockHistory

BlockHistory provides a mock function with no fields

func (*GasEstimator) BumpMin

func (_m *GasEstimator) BumpMin() *assets.Wei

BumpMin provides a mock function with no fields

func (*GasEstimator) BumpPercent

func (_m *GasEstimator) BumpPercent() uint16

BumpPercent provides a mock function with no fields

func (*GasEstimator) BumpThreshold

func (_m *GasEstimator) BumpThreshold() uint64

BumpThreshold provides a mock function with no fields

func (*GasEstimator) BumpTxDepth

func (_m *GasEstimator) BumpTxDepth() uint32

BumpTxDepth provides a mock function with no fields

func (*GasEstimator) DAOracle

func (_m *GasEstimator) DAOracle() config.DAOracle

DAOracle provides a mock function with no fields

func (*GasEstimator) EIP1559DynamicFees

func (_m *GasEstimator) EIP1559DynamicFees() bool

EIP1559DynamicFees provides a mock function with no fields

func (*GasEstimator) EXPECT

func (_m *GasEstimator) EXPECT() *GasEstimator_Expecter

func (*GasEstimator) EstimateLimit

func (_m *GasEstimator) EstimateLimit() bool

EstimateLimit provides a mock function with no fields

func (*GasEstimator) FeeCapDefault

func (_m *GasEstimator) FeeCapDefault() *assets.Wei

FeeCapDefault provides a mock function with no fields

func (*GasEstimator) FeeHistory

func (_m *GasEstimator) FeeHistory() config.FeeHistory

FeeHistory provides a mock function with no fields

func (*GasEstimator) LimitDefault

func (_m *GasEstimator) LimitDefault() uint64

LimitDefault provides a mock function with no fields

func (*GasEstimator) LimitJobType

func (_m *GasEstimator) LimitJobType() config.LimitJobType

LimitJobType provides a mock function with no fields

func (*GasEstimator) LimitMax

func (_m *GasEstimator) LimitMax() uint64

LimitMax provides a mock function with no fields

func (*GasEstimator) LimitMultiplier

func (_m *GasEstimator) LimitMultiplier() float32

LimitMultiplier provides a mock function with no fields

func (*GasEstimator) LimitTransfer

func (_m *GasEstimator) LimitTransfer() uint64

LimitTransfer provides a mock function with no fields

func (*GasEstimator) Mode

func (_m *GasEstimator) Mode() string

Mode provides a mock function with no fields

func (*GasEstimator) PriceDefault

func (_m *GasEstimator) PriceDefault() *assets.Wei

PriceDefault provides a mock function with no fields

func (*GasEstimator) PriceMax

func (_m *GasEstimator) PriceMax() *assets.Wei

PriceMax provides a mock function with no fields

func (*GasEstimator) PriceMaxKey

func (_m *GasEstimator) PriceMaxKey(_a0 common.Address) *assets.Wei

PriceMaxKey provides a mock function with given fields: _a0

func (*GasEstimator) PriceMin

func (_m *GasEstimator) PriceMin() *assets.Wei

PriceMin provides a mock function with no fields

func (*GasEstimator) SenderAddress

func (_m *GasEstimator) SenderAddress() *types.EIP55Address

SenderAddress provides a mock function with no fields

func (*GasEstimator) TipCapDefault

func (_m *GasEstimator) TipCapDefault() *assets.Wei

TipCapDefault provides a mock function with no fields

func (*GasEstimator) TipCapMin

func (_m *GasEstimator) TipCapMin() *assets.Wei

TipCapMin provides a mock function with no fields

type GasEstimator_BlockHistory_Call

type GasEstimator_BlockHistory_Call struct {
	*mock.Call
}

GasEstimator_BlockHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BlockHistory'

func (*GasEstimator_BlockHistory_Call) Return

func (*GasEstimator_BlockHistory_Call) Run

func (*GasEstimator_BlockHistory_Call) RunAndReturn

type GasEstimator_BumpMin_Call

type GasEstimator_BumpMin_Call struct {
	*mock.Call
}

GasEstimator_BumpMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BumpMin'

func (*GasEstimator_BumpMin_Call) Return

func (*GasEstimator_BumpMin_Call) Run

func (*GasEstimator_BumpMin_Call) RunAndReturn

func (_c *GasEstimator_BumpMin_Call) RunAndReturn(run func() *assets.Wei) *GasEstimator_BumpMin_Call

type GasEstimator_BumpPercent_Call

type GasEstimator_BumpPercent_Call struct {
	*mock.Call
}

GasEstimator_BumpPercent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BumpPercent'

func (*GasEstimator_BumpPercent_Call) Return

func (*GasEstimator_BumpPercent_Call) Run

func (*GasEstimator_BumpPercent_Call) RunAndReturn

type GasEstimator_BumpThreshold_Call

type GasEstimator_BumpThreshold_Call struct {
	*mock.Call
}

GasEstimator_BumpThreshold_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BumpThreshold'

func (*GasEstimator_BumpThreshold_Call) Return

func (*GasEstimator_BumpThreshold_Call) Run

func (*GasEstimator_BumpThreshold_Call) RunAndReturn

type GasEstimator_BumpTxDepth_Call

type GasEstimator_BumpTxDepth_Call struct {
	*mock.Call
}

GasEstimator_BumpTxDepth_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BumpTxDepth'

func (*GasEstimator_BumpTxDepth_Call) Return

func (*GasEstimator_BumpTxDepth_Call) Run

func (*GasEstimator_BumpTxDepth_Call) RunAndReturn

type GasEstimator_DAOracle_Call

type GasEstimator_DAOracle_Call struct {
	*mock.Call
}

GasEstimator_DAOracle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DAOracle'

func (*GasEstimator_DAOracle_Call) Return

func (*GasEstimator_DAOracle_Call) Run

func (*GasEstimator_DAOracle_Call) RunAndReturn

type GasEstimator_EIP1559DynamicFees_Call

type GasEstimator_EIP1559DynamicFees_Call struct {
	*mock.Call
}

GasEstimator_EIP1559DynamicFees_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EIP1559DynamicFees'

func (*GasEstimator_EIP1559DynamicFees_Call) Return

func (*GasEstimator_EIP1559DynamicFees_Call) Run

func (*GasEstimator_EIP1559DynamicFees_Call) RunAndReturn

type GasEstimator_EstimateLimit_Call

type GasEstimator_EstimateLimit_Call struct {
	*mock.Call
}

GasEstimator_EstimateLimit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EstimateLimit'

func (*GasEstimator_EstimateLimit_Call) Return

func (*GasEstimator_EstimateLimit_Call) Run

func (*GasEstimator_EstimateLimit_Call) RunAndReturn

type GasEstimator_Expecter

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

func (*GasEstimator_Expecter) BlockHistory

BlockHistory is a helper method to define mock.On call

func (*GasEstimator_Expecter) BumpMin

BumpMin is a helper method to define mock.On call

func (*GasEstimator_Expecter) BumpPercent

BumpPercent is a helper method to define mock.On call

func (*GasEstimator_Expecter) BumpThreshold

BumpThreshold is a helper method to define mock.On call

func (*GasEstimator_Expecter) BumpTxDepth

BumpTxDepth is a helper method to define mock.On call

func (*GasEstimator_Expecter) DAOracle

DAOracle is a helper method to define mock.On call

func (*GasEstimator_Expecter) EIP1559DynamicFees

EIP1559DynamicFees is a helper method to define mock.On call

func (*GasEstimator_Expecter) EstimateLimit

EstimateLimit is a helper method to define mock.On call

func (*GasEstimator_Expecter) FeeCapDefault

FeeCapDefault is a helper method to define mock.On call

func (*GasEstimator_Expecter) FeeHistory

FeeHistory is a helper method to define mock.On call

func (*GasEstimator_Expecter) LimitDefault

LimitDefault is a helper method to define mock.On call

func (*GasEstimator_Expecter) LimitJobType

LimitJobType is a helper method to define mock.On call

func (*GasEstimator_Expecter) LimitMax

LimitMax is a helper method to define mock.On call

func (*GasEstimator_Expecter) LimitMultiplier

LimitMultiplier is a helper method to define mock.On call

func (*GasEstimator_Expecter) LimitTransfer

LimitTransfer is a helper method to define mock.On call

func (*GasEstimator_Expecter) Mode

Mode is a helper method to define mock.On call

func (*GasEstimator_Expecter) PriceDefault

PriceDefault is a helper method to define mock.On call

func (*GasEstimator_Expecter) PriceMax

PriceMax is a helper method to define mock.On call

func (*GasEstimator_Expecter) PriceMaxKey

func (_e *GasEstimator_Expecter) PriceMaxKey(_a0 interface{}) *GasEstimator_PriceMaxKey_Call

PriceMaxKey is a helper method to define mock.On call

  • _a0 common.Address

func (*GasEstimator_Expecter) PriceMin

PriceMin is a helper method to define mock.On call

func (*GasEstimator_Expecter) SenderAddress

SenderAddress is a helper method to define mock.On call

func (*GasEstimator_Expecter) TipCapDefault

TipCapDefault is a helper method to define mock.On call

func (*GasEstimator_Expecter) TipCapMin

TipCapMin is a helper method to define mock.On call

type GasEstimator_FeeCapDefault_Call

type GasEstimator_FeeCapDefault_Call struct {
	*mock.Call
}

GasEstimator_FeeCapDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FeeCapDefault'

func (*GasEstimator_FeeCapDefault_Call) Return

func (*GasEstimator_FeeCapDefault_Call) Run

func (*GasEstimator_FeeCapDefault_Call) RunAndReturn

type GasEstimator_FeeHistory_Call

type GasEstimator_FeeHistory_Call struct {
	*mock.Call
}

GasEstimator_FeeHistory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FeeHistory'

func (*GasEstimator_FeeHistory_Call) Return

func (*GasEstimator_FeeHistory_Call) Run

func (*GasEstimator_FeeHistory_Call) RunAndReturn

type GasEstimator_LimitDefault_Call

type GasEstimator_LimitDefault_Call struct {
	*mock.Call
}

GasEstimator_LimitDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitDefault'

func (*GasEstimator_LimitDefault_Call) Return

func (*GasEstimator_LimitDefault_Call) Run

func (*GasEstimator_LimitDefault_Call) RunAndReturn

type GasEstimator_LimitJobType_Call

type GasEstimator_LimitJobType_Call struct {
	*mock.Call
}

GasEstimator_LimitJobType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitJobType'

func (*GasEstimator_LimitJobType_Call) Return

func (*GasEstimator_LimitJobType_Call) Run

func (*GasEstimator_LimitJobType_Call) RunAndReturn

type GasEstimator_LimitMax_Call

type GasEstimator_LimitMax_Call struct {
	*mock.Call
}

GasEstimator_LimitMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitMax'

func (*GasEstimator_LimitMax_Call) Return

func (*GasEstimator_LimitMax_Call) Run

func (*GasEstimator_LimitMax_Call) RunAndReturn

func (_c *GasEstimator_LimitMax_Call) RunAndReturn(run func() uint64) *GasEstimator_LimitMax_Call

type GasEstimator_LimitMultiplier_Call

type GasEstimator_LimitMultiplier_Call struct {
	*mock.Call
}

GasEstimator_LimitMultiplier_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitMultiplier'

func (*GasEstimator_LimitMultiplier_Call) Return

func (*GasEstimator_LimitMultiplier_Call) Run

func (*GasEstimator_LimitMultiplier_Call) RunAndReturn

type GasEstimator_LimitTransfer_Call

type GasEstimator_LimitTransfer_Call struct {
	*mock.Call
}

GasEstimator_LimitTransfer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitTransfer'

func (*GasEstimator_LimitTransfer_Call) Return

func (*GasEstimator_LimitTransfer_Call) Run

func (*GasEstimator_LimitTransfer_Call) RunAndReturn

type GasEstimator_Mode_Call

type GasEstimator_Mode_Call struct {
	*mock.Call
}

GasEstimator_Mode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Mode'

func (*GasEstimator_Mode_Call) Return

func (*GasEstimator_Mode_Call) Run

func (_c *GasEstimator_Mode_Call) Run(run func()) *GasEstimator_Mode_Call

func (*GasEstimator_Mode_Call) RunAndReturn

func (_c *GasEstimator_Mode_Call) RunAndReturn(run func() string) *GasEstimator_Mode_Call

type GasEstimator_PriceDefault_Call

type GasEstimator_PriceDefault_Call struct {
	*mock.Call
}

GasEstimator_PriceDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PriceDefault'

func (*GasEstimator_PriceDefault_Call) Return

func (*GasEstimator_PriceDefault_Call) Run

func (*GasEstimator_PriceDefault_Call) RunAndReturn

type GasEstimator_PriceMaxKey_Call

type GasEstimator_PriceMaxKey_Call struct {
	*mock.Call
}

GasEstimator_PriceMaxKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PriceMaxKey'

func (*GasEstimator_PriceMaxKey_Call) Return

func (*GasEstimator_PriceMaxKey_Call) Run

func (*GasEstimator_PriceMaxKey_Call) RunAndReturn

type GasEstimator_PriceMax_Call

type GasEstimator_PriceMax_Call struct {
	*mock.Call
}

GasEstimator_PriceMax_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PriceMax'

func (*GasEstimator_PriceMax_Call) Return

func (*GasEstimator_PriceMax_Call) Run

func (*GasEstimator_PriceMax_Call) RunAndReturn

func (_c *GasEstimator_PriceMax_Call) RunAndReturn(run func() *assets.Wei) *GasEstimator_PriceMax_Call

type GasEstimator_PriceMin_Call

type GasEstimator_PriceMin_Call struct {
	*mock.Call
}

GasEstimator_PriceMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PriceMin'

func (*GasEstimator_PriceMin_Call) Return

func (*GasEstimator_PriceMin_Call) Run

func (*GasEstimator_PriceMin_Call) RunAndReturn

func (_c *GasEstimator_PriceMin_Call) RunAndReturn(run func() *assets.Wei) *GasEstimator_PriceMin_Call

type GasEstimator_SenderAddress_Call

type GasEstimator_SenderAddress_Call struct {
	*mock.Call
}

GasEstimator_SenderAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SenderAddress'

func (*GasEstimator_SenderAddress_Call) Return

func (*GasEstimator_SenderAddress_Call) Run

func (*GasEstimator_SenderAddress_Call) RunAndReturn

type GasEstimator_TipCapDefault_Call

type GasEstimator_TipCapDefault_Call struct {
	*mock.Call
}

GasEstimator_TipCapDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TipCapDefault'

func (*GasEstimator_TipCapDefault_Call) Return

func (*GasEstimator_TipCapDefault_Call) Run

func (*GasEstimator_TipCapDefault_Call) RunAndReturn

type GasEstimator_TipCapMin_Call

type GasEstimator_TipCapMin_Call struct {
	*mock.Call
}

GasEstimator_TipCapMin_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TipCapMin'

func (*GasEstimator_TipCapMin_Call) Return

func (*GasEstimator_TipCapMin_Call) Run

func (*GasEstimator_TipCapMin_Call) RunAndReturn

func (_c *GasEstimator_TipCapMin_Call) RunAndReturn(run func() *assets.Wei) *GasEstimator_TipCapMin_Call

type Workflow

type Workflow struct {
	mock.Mock
}

Workflow is an autogenerated mock type for the Workflow type

func NewWorkflow

func NewWorkflow(t interface {
	mock.TestingT
	Cleanup(func())
}) *Workflow

NewWorkflow creates a new instance of Workflow. 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 (*Workflow) AcceptanceTimeout

func (_m *Workflow) AcceptanceTimeout() time.Duration

AcceptanceTimeout provides a mock function with no fields

func (*Workflow) EXPECT

func (_m *Workflow) EXPECT() *Workflow_Expecter

func (*Workflow) ForwarderAddress

func (_m *Workflow) ForwarderAddress() *types.EIP55Address

ForwarderAddress provides a mock function with no fields

func (*Workflow) FromAddress

func (_m *Workflow) FromAddress() *types.EIP55Address

FromAddress provides a mock function with no fields

func (*Workflow) GasLimitDefault

func (_m *Workflow) GasLimitDefault() *uint64

GasLimitDefault provides a mock function with no fields

func (*Workflow) PollPeriod

func (_m *Workflow) PollPeriod() time.Duration

PollPeriod provides a mock function with no fields

func (*Workflow) TxAcceptanceState

func (_m *Workflow) TxAcceptanceState() *pkgtypes.TransactionStatus

TxAcceptanceState provides a mock function with no fields

type Workflow_AcceptanceTimeout_Call

type Workflow_AcceptanceTimeout_Call struct {
	*mock.Call
}

Workflow_AcceptanceTimeout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AcceptanceTimeout'

func (*Workflow_AcceptanceTimeout_Call) Return

func (*Workflow_AcceptanceTimeout_Call) Run

func (*Workflow_AcceptanceTimeout_Call) RunAndReturn

type Workflow_Expecter

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

func (*Workflow_Expecter) AcceptanceTimeout

func (_e *Workflow_Expecter) AcceptanceTimeout() *Workflow_AcceptanceTimeout_Call

AcceptanceTimeout is a helper method to define mock.On call

func (*Workflow_Expecter) ForwarderAddress

func (_e *Workflow_Expecter) ForwarderAddress() *Workflow_ForwarderAddress_Call

ForwarderAddress is a helper method to define mock.On call

func (*Workflow_Expecter) FromAddress

func (_e *Workflow_Expecter) FromAddress() *Workflow_FromAddress_Call

FromAddress is a helper method to define mock.On call

func (*Workflow_Expecter) GasLimitDefault

func (_e *Workflow_Expecter) GasLimitDefault() *Workflow_GasLimitDefault_Call

GasLimitDefault is a helper method to define mock.On call

func (*Workflow_Expecter) PollPeriod

func (_e *Workflow_Expecter) PollPeriod() *Workflow_PollPeriod_Call

PollPeriod is a helper method to define mock.On call

func (*Workflow_Expecter) TxAcceptanceState

func (_e *Workflow_Expecter) TxAcceptanceState() *Workflow_TxAcceptanceState_Call

TxAcceptanceState is a helper method to define mock.On call

type Workflow_ForwarderAddress_Call

type Workflow_ForwarderAddress_Call struct {
	*mock.Call
}

Workflow_ForwarderAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ForwarderAddress'

func (*Workflow_ForwarderAddress_Call) Return

func (*Workflow_ForwarderAddress_Call) Run

func (*Workflow_ForwarderAddress_Call) RunAndReturn

type Workflow_FromAddress_Call

type Workflow_FromAddress_Call struct {
	*mock.Call
}

Workflow_FromAddress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FromAddress'

func (*Workflow_FromAddress_Call) Return

func (*Workflow_FromAddress_Call) Run

func (*Workflow_FromAddress_Call) RunAndReturn

type Workflow_GasLimitDefault_Call

type Workflow_GasLimitDefault_Call struct {
	*mock.Call
}

Workflow_GasLimitDefault_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GasLimitDefault'

func (*Workflow_GasLimitDefault_Call) Return

func (*Workflow_GasLimitDefault_Call) Run

func (*Workflow_GasLimitDefault_Call) RunAndReturn

type Workflow_PollPeriod_Call

type Workflow_PollPeriod_Call struct {
	*mock.Call
}

Workflow_PollPeriod_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PollPeriod'

func (*Workflow_PollPeriod_Call) Return

func (*Workflow_PollPeriod_Call) Run

func (*Workflow_PollPeriod_Call) RunAndReturn

func (_c *Workflow_PollPeriod_Call) RunAndReturn(run func() time.Duration) *Workflow_PollPeriod_Call

type Workflow_TxAcceptanceState_Call

type Workflow_TxAcceptanceState_Call struct {
	*mock.Call
}

Workflow_TxAcceptanceState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxAcceptanceState'

func (*Workflow_TxAcceptanceState_Call) Return

func (*Workflow_TxAcceptanceState_Call) Run

func (*Workflow_TxAcceptanceState_Call) RunAndReturn

Jump to

Keyboard shortcuts

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