public void TestMovieView() { MoviesController mc = new NexOneVS.Controllers.MoviesController(); ViewResult vr = mc.Title() as ViewResult; Assert.IsNotNull(vr); }
public void TestMovieParsing() { MoviesController mc = new NexOneVS.Controllers.MoviesController(); Assert.IsNotNull(mc.getNew()); }
public void TestCreditParsing() { MoviesController mc = new NexOneVS.Controllers.MoviesController(); Assert.IsNotNull(mc.getCredit(movieID)); }