Exemplo n.º 1
0
        public async Task ISBNDirectTest()
        {
            string bib = await IdentifierUtility.SearchIsbn("9781780648903");

            Assert.IsNotNull(bib);
            Assert.IsTrue(bib.Contains("Climate change and cotton production in modern farming systems"));
        }