예제 #1
0
        public void Should_Insert_And_Retrieve_BlogOption_Successfully()
        {
            var entity = TestDataProvider.CreateNewBlogOption();

            RunEntityMapTestsInTransaction(entity);
        }