public void ScrapeYearTest() { var target = new TheMovieDb(); int output; var result = target.ScrapeYear(ID, 0, out output, string.Empty); Assert.IsTrue(result); Assert.IsTrue(output == 2005); }