Exemple #1
0
        public void TestFromIDConfirmed()
        {
            //Actual Confirmed numbers from the countrycode
            var ActualLatestConfirmed = data.FromIDConfirmed("94");

            //Insert here the current confirmed numbers in the API
            var ExpectedLatestConfirmed = "5635";

            Assert.AreEqual(ExpectedLatestConfirmed, ActualLatestConfirmed);
        }