Exemplo n.º 1
0
        public async Task Test_Valid_Result_US_90405_5656()
        {
            var location = new Location
            {
                Zip     = "90405-5656",
                Country = "US"
            };
            var result = await taxCalculator.GetTaxRateForLocation(location);

            Assert.IsTrue(result.Result == (decimal)0.1025);
        }