Esempio n. 1
0
        public void A100_GetListForRegionKey()
        {
            List <Country> countries = countriesService.GetListForRegionKey(Region2.PrimaryKey);

            Assert.AreEqual(numberOfCountriesByRegion, countries.Count);
            Assert.AreEqual(Country2.PrimaryKey, countries[0].PrimaryKey);
        }