Beispiel #1
0
        public void Can_Scrape_Live_Old_Zoohacker_Tracklist()
        {
            var ex = Assert.ThrowsAsync <HttpRequestException>(async() => await _musicKiller.Zoohacker(),
                                                               "Yeehy, the devs at Musicfm.hu finally fixed the HTTP 403 error! Time to make Integration test Zoohacker!");

            Assert.AreEqual("HTTP Forbidden returned while loading http://musicfm.hu/musorvezeto/zoohacker", ex.Message, "ex.Message");
        }