I have test methods that do things like:
Rating rating = new Rating(); rating.Description = "X"; bool result = RatingManager.Insert(rating); Assert.