public void ScrapeOutlineTest() { var target = new TheMovieDb(); string output; var result = target.ScrapeOutline(ID, 0, out output, string.Empty); Assert.IsTrue(result); }