Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderRegistry ¶
ProviderRegistry is an autogenerated mock type for the ProviderRegistry type
func NewProviderRegistry ¶
func NewProviderRegistry(t mockConstructorTestingTNewProviderRegistry) *ProviderRegistry
NewProviderRegistry creates a new instance of ProviderRegistry. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ProviderRegistry) LookupProvider ¶
func (_m *ProviderRegistry) LookupProvider(name string) (scalarule.Provider, bool)
LookupProvider provides a mock function with given fields: name
func (*ProviderRegistry) ProviderNames ¶
func (_m *ProviderRegistry) ProviderNames() []string
ProviderNames provides a mock function with given fields:
func (*ProviderRegistry) RegisterProvider ¶
func (_m *ProviderRegistry) RegisterProvider(name string, provider scalarule.Provider) error
RegisterProvider provides a mock function with given fields: name, provider
Click to show internal directories.
Click to hide internal directories.