Exemple #1
0
        public void IndexTest2()
        {
            ITaxonRepository      Taxon = new TaxonRepository();
            IList <AGeneralTaxon> am    = Taxon.getAPhylum();

            Assert.AreEqual(am[1].TaxonName, "hello");
        }