pub fn mock_dependencies_with_balance(
    contract_balance: &[Coin]
) -> OwnedDeps<MockStorage, MockApi, MockQuerier, Empty>
Expand description

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

It sets the given balance for the contract itself, nothing else.