Beispiel #1
0
        public void TestMovieView()
        {
            MoviesController mc = new NexOneVS.Controllers.MoviesController();

            ViewResult vr = mc.Title() as ViewResult;

            Assert.IsNotNull(vr);
        }
Beispiel #2
0
        public void TestMovieView()
        {
            MoviesController mc = new NexOneVS.Controllers.MoviesController();

            ViewResult vr = mc.Title() as ViewResult;

            Assert.IsNotNull(vr);
        }
Beispiel #3
0
        public void TestMovieParsing()
        {
            MoviesController mc = new NexOneVS.Controllers.MoviesController();

            Assert.IsNotNull(mc.getNew());
        }
Beispiel #4
0
        public void TestCreditParsing()
        {
            MoviesController mc = new NexOneVS.Controllers.MoviesController();

            Assert.IsNotNull(mc.getCredit(movieID));
        }
Beispiel #5
0
 public void TestMovieParsing()
 {
     MoviesController mc = new NexOneVS.Controllers.MoviesController();
     Assert.IsNotNull(mc.getNew());
 }
Beispiel #6
0
 public void TestCreditParsing()
 {
     MoviesController mc = new NexOneVS.Controllers.MoviesController();
     Assert.IsNotNull(mc.getCredit(movieID));
 }