pub fn transfer_expendable_all<T, AccountId>()
where T: Mutate<AccountId>, <T as Inspect<AccountId>>::Balance: AtLeast8BitUnsigned + Debug, AccountId: AtLeast8BitUnsigned,
Expand description

Test calling Mutate::transfer with Preservation::Expendable correctly transfers the entire balance.

This test verifies that transferring the entire balance from one account to another with when preservation is expendable updates the account balances and maintains the total issuance and active issuance values.