# Packages
No description provided by the author
# Functions
ModuleAccountAddrs returns all the app's module account addresses.
NewChannelMock initializes a new channel mock.
NewConnectionMock initializes a new connection mock.
NewTestSetup returns initialized instances of all the keepers and message servers of the modules.
NewTestSetupWithIBCMocks returns a keeper of the monitoring consumer module for testing purpose with mocks for IBC keepers.
NewTestSetupWithIBCMocksMonitoringp returns a keeper of the monitoring provider module for testing purpose with mocks for IBC keepers.
NewTestSetupWithMonitoringp returns a test keepers struct and servers struct with the monitoring provider module.
WithHooksMock sets a mock for the hooks in testing launch keeper.
# Variables
ExampleHeight is a block height used as the current block height for the context of test keeper.
ExampleTimestamp is a timestamp used as the current time for the context of the keepers returned from the package.
# Structs
Channel is an IBC channel end associated to a channel ID.
ChannelMock represents a mocked IBC channel keeper used for test purposes.
Connection is an IBC connection end associated to a connection ID.
ConnectionMock represents a mocked IBC connection keeper used for test purposes.
HookMocks holds mocks for the module hooks.
No description provided by the author
TestKeepers holds all keepers used during keeper tests for all modules.
TestMsgServers holds all message servers used during keeper tests for all modules.
# Interfaces
go:generate mockery --name LaunchHooks --filename mock_launch_hooks.go --case underscore --output ./mocks.
# Type aliases
SetupOption represents an option that can be provided to NewTestSetup.