Esempio n. 1
0
        public void TestFetchCurrency()
        {
            var result = ExchangeRateService.FetchCurrency();

            Assert.IsTrue(result.ContainsKey("USD"));
        }