Exemple #1
0
        public async void Read_GetFrenchCountryNames()
        {
            CountryList    countryList = new CountryList();
            IList <string> result      = await countryList.GetCountryFrenchNames();

            Assert.Equal(247, result.Count);
        }