Function cosmwasm_std::testing::mock_dependencies[][src]

pub fn mock_dependencies(
) -> OwnedDeps<MockStorage, MockApi, MockQuerier, Empty>
Expand description

Creates all external requirements that can be injected for unit tests.

See also mock_dependencies_with_balance and mock_dependencies_with_balances if you want to start with some initial balances.