# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Generates a public key for unit tests (abiding by tricky interface implementations from tm/sdk).
Return an in-memory consumer keeper, context, controller, and mocks, given a test instance and parameters.
GetMocksForCreateConsumerClient returns mock expectations needed to call CreateConsumerClient().
No description provided by the author
GetMocksForMakeConsumerGenesis returns mock expectations needed to call MakeConsumerGenesis().
GetMocksForSetConsumerChain returns mock expectations needed to call SetConsumerChain().
GetMocksForStopConsumerChain returns mock expectations needed to call StopConsumerChain().
Obtains a CrossChainValidator with a newly generated key, and randomized field values.
Obtains slash packet data with a newly generated key, and randomized field values.
Obtains vsc matured packet data with a newly generated key.
Returns an in-memory provider keeper, context, controller, and mocks, given a test instance and parameters.
No description provided by the author
NewInMemConsumerKeeper instantiates an in-mem consumer keeper from params and mocked keepers.
NewInMemKeeperParams instantiates in-memory keeper params with default values.
NewInMemProviderKeeper instantiates an in-mem provider keeper from params and mocked keepers.
NewMockAccountKeeper creates a new mock instance.
NewMockBankKeeper creates a new mock instance.
NewMockChannelKeeper creates a new mock instance.
NewMockClientKeeper creates a new mock instance.
NewMockConnectionKeeper creates a new mock instance.
NewMockConsumerHooks creates a new mock instance.
NewMockedKeepers instantiates a struct with pointers to properly instantiated mocked keepers.
NewMockEvidenceKeeper creates a new mock instance.
NewMockIBCCoreKeeper creates a new mock instance.
NewMockIBCTransferKeeper creates a new mock instance.
NewMockPortKeeper creates a new mock instance.
NewMockScopedKeeper creates a new mock instance.
NewMockSlashingKeeper creates a new mock instance.
NewMockStakingKeeper creates a new mock instance.
SetupForStoppingConsumerChain registers expected mock calls and corresponding state setup which asserts that a consumer chain was properly stopped from StopConsumerChain().
# Structs
Parameters needed to instantiate an in-memory keeper.
MockAccountKeeper is a mock of AccountKeeper interface.
MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.
MockBankKeeper is a mock of BankKeeper interface.
MockBankKeeperMockRecorder is the mock recorder for MockBankKeeper.
MockChannelKeeper is a mock of ChannelKeeper interface.
MockChannelKeeperMockRecorder is the mock recorder for MockChannelKeeper.
MockClientKeeper is a mock of ClientKeeper interface.
MockClientKeeperMockRecorder is the mock recorder for MockClientKeeper.
MockConnectionKeeper is a mock of ConnectionKeeper interface.
MockConnectionKeeperMockRecorder is the mock recorder for MockConnectionKeeper.
MockConsumerHooks is a mock of ConsumerHooks interface.
MockConsumerHooksMockRecorder is the mock recorder for MockConsumerHooks.
A struct holding pointers to any mocked external keeper needed for provider/consumer keeper setup.
MockEvidenceKeeper is a mock of EvidenceKeeper interface.
MockEvidenceKeeperMockRecorder is the mock recorder for MockEvidenceKeeper.
MockIBCCoreKeeper is a mock of IBCCoreKeeper interface.
MockIBCCoreKeeperMockRecorder is the mock recorder for MockIBCCoreKeeper.
MockIBCTransferKeeper is a mock of IBCTransferKeeper interface.
MockIBCTransferKeeperMockRecorder is the mock recorder for MockIBCTransferKeeper.
MockPortKeeper is a mock of PortKeeper interface.
MockPortKeeperMockRecorder is the mock recorder for MockPortKeeper.
MockScopedKeeper is a mock of ScopedKeeper interface.
MockScopedKeeperMockRecorder is the mock recorder for MockScopedKeeper.
MockSlashingKeeper is a mock of SlashingKeeper interface.
MockSlashingKeeperMockRecorder is the mock recorder for MockSlashingKeeper.
MockStakingKeeper is a mock of StakingKeeper interface.
MockStakingKeeperMockRecorder is the mock recorder for MockStakingKeeper.
No description provided by the author