public void GetDvdByRating() { var repo = new DvdRepositoryADO(); List <Dvd> dvds = repo.GetDvdsbyRating("R"); Assert.AreEqual(3, dvds.Count); }