public void CalculateTax_Test() { TaxCalculator test = new TaxCalculator(); Assert.AreEqual(test.CalculateTax(60050), 922); }