# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewFakeProviderDefaultError returns an instance of FakeProvider with all hooks configured to call t.Error.
NewFakeProviderDefaultFatal returns an instance of FakeProvider with all hooks configured to call t.Fatal.
NewFakeProviderDefaultPanic returns an instance of FakeProvider with all hooks configured to panic.
NewProviderGetBoolInvocation creates a new instance of ProviderGetBoolInvocation.
NewProviderGetIntInvocation creates a new instance of ProviderGetIntInvocation.
NewProviderGetInvocation creates a new instance of ProviderGetInvocation.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
FakeProvider is a mock implementation of Provider for testing.
ProviderGetBoolInvocation represents a single call of FakeProvider.GetBool.
ProviderGetIntInvocation represents a single call of FakeProvider.GetInt.
ProviderGetInvocation represents a single call of FakeProvider.Get.
ProviderMonitorInvocation represents a single call of FakeProvider.Monitor.
No description provided by the author
# Interfaces
No description provided by the author
ProviderTestingT represents the methods of "testing".T used by charlatan Fakes.
# Type aliases
No description provided by the author