Beispiel #1
0
        public void Creates_Table_Mapping_for_Type()
        {
            var testTableMapping = _db.getTableMappingFor <Property>();

            Assert.True(testTableMapping.MappedTypeName == "Property" && testTableMapping.ColumnMappings.Count() == 3);
        }