Beispiel #1
0
        public async Task DOITest()
        {
            string bib = await IdentifierUtility.SearchBibliographyEntry("10.5555/12345678");

            Assert.IsNotNull(bib);
            Assert.IsTrue(bib.Contains("Toward a Unified Theory of High-Energy Metaphysics: Silly String Theory"));
        }
Beispiel #2
0
        public async Task ISBNTest()
        {
            string bib = await IdentifierUtility.SearchBibliographyEntry("9781780648903");

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