# Functions
ModuleAccountAddrs returns all the app's module account addresses.
NewTestSetup returns initialized instances of all the keepers and message servers of the modules.
# 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
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.