public void GetTotalBudget_CorrectAmount() { // Assert Assert.AreEqual(1100, _categoryManager.GetTotalBudgetAmount()); }