Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ContractTransmitter is a static implementation of the ContractTransmitterTester interface for testing ContractTransmitter = staticContractTransmitter{ // contains filtered or unexported fields } // OffchainConfigDigester is a static implementation of the OffchainConfigDigesterTester interface for testing OffchainConfigDigester = staticOffchainConfigDigester{ // contains filtered or unexported fields } // ContractConfigTracker is a static implementation of the ContractConfigTrackerTester interface for testing ContractConfigTracker = staticContractConfigTracker{ // contains filtered or unexported fields } // ConfigProvider is a static implementation of the ConfigProviderTester interface for testing ConfigProvider = staticConfigProvider{ // contains filtered or unexported fields } // AgnosticPluginProvider is a static implementation of the PluginProviderTester interface for testing AgnosticPluginProvider = staticPluginProvider{ // contains filtered or unexported fields } )
View Source
var AgnosticProvider = staticPluginProvider{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type ConfigProviderTester ¶
type ConfigProviderTester interface { types.ConfigProvider // AssertEqual checks that the sub-components of the other ConfigProvider are equal to this one AssertEqual(ctx context.Context, t *testing.T, other types.ConfigProvider) }
ConfigProviderTester is a helper interface for testing ConfigProviders
Click to show internal directories.
Click to hide internal directories.