public void Should_gracefully_return_empty_string_when_encountering_an_error_code_such_as_404() { var fetcher = new HttpFetcher(); Assert.AreEqual("", fetcher.DownloadString("http://services.smeedee.org/This_url_does_not_exist")); }