예제 #1
0
        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);
        }