pluginprovider

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2024 License: MIT Imports: 11 Imported by: 0

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

Jump to

Keyboard shortcuts

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