Ejemplo n.º 1
0
 public void GivenKnownEurBasedRates_TestHappyFlow(string from, string to, decimal expectedRate)
 {
     Assert.That(Math.Round(_rateService.GetRateUsingEurAsBase(from, to).Result, 14), Is.EqualTo(expectedRate));
 }