pub fn run_and_assert_universe(
universe: AccountUniverseGen,
transaction_gens: Vec<impl AUTransactionGen + Clone>
) -> Result<(), TestCaseError>
Expand description
Run these transactions and verify the expected output.
pub fn run_and_assert_universe(
universe: AccountUniverseGen,
transaction_gens: Vec<impl AUTransactionGen + Clone>
) -> Result<(), TestCaseError>
Run these transactions and verify the expected output.