예제 #1
0
        public void Can_Save_Load_Comment()
        {
            Comment comment = new Comment(Rating.Excellent, "This was an awesome item!", tobin, iMac);

            comments.MakePersistent(comment);

            Assert.AreEqual(1, comments.FindAll().Count);
        }