public void AttemptPayment_NegativeAmount_ReturnsFalse() { Assert.That(transactions.AttemptPayment(candyA.name, -1.00m), Is.EqualTo(false)); }