public void When() { try { _account.Debit(700); } catch (InsufficientException) { exception_thrown = true; } }
public void When() { _account.Debit(100); }