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 } )
Functions ¶
func AgnosticPluginProvider ¶
AgnosticPluginProvider is a static implementation of the PluginProviderTester interface for testing
func ConfigProvider ¶
ConfigProvider is a static implementation of the ConfigProviderTester interface for testing
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.