public void MockCanLoadRating() { var repo = new DvdRepositoryMock(); var test = repo.GetRatings(); Assert.AreEqual(5, test.Count()); }