C# Class Tests.DataMapTests

Mostra file Open project: etcoding/Obj2Schema

Private Methods

Method Description
MySqlMap_ShouldGenerate_ValidSql_PK ( ) : void
MySqlMap_ShouldGenerate_ValidSql_User2 ( ) : void
MysqlMap_ShouldGenerate_ValidTimespan ( ) : void
SqlServerMap_ShouldGenerate_ValidSql_PK ( ) : void
SqlServerMap_ShouldGenerate_ValidSql_User2 ( ) : void
SqlServerMap_ShouldGenerate_ValidTimespan ( ) : void
Sql_ShouldContain_AutoincrementParameter ( ) : void
Sql_ShouldContain_Bool ( ) : void
Sql_ShouldContain_Byte ( ) : void
Sql_ShouldContain_Char ( ) : void
Sql_ShouldContain_ColumnName_SpecifiedByAttribute ( ) : void
Sql_ShouldContain_CompositePrimaryKey ( ) : void
Sql_ShouldContain_DateTime ( ) : void
Sql_ShouldContain_Double ( ) : void
Sql_ShouldContain_DoubleWithLength_SpecifiedByAttribute ( ) : void
Sql_ShouldContain_Float ( ) : void
Sql_ShouldContain_Guid ( ) : void
Sql_ShouldContain_INT ( ) : void
Sql_ShouldContain_Long ( ) : void
Sql_ShouldContain_Null ( ) : void
Sql_ShouldContain_PrimaryKey ( ) : void
Sql_ShouldContain_Short ( ) : void
Sql_ShouldContain_StringWithLength_SpecifiedByAttribute ( ) : void
Sql_ShouldContain_TableName ( ) : void
Sql_ShouldContain_TableName_SpecifiedByAttribute ( ) : void
Sql_ShouldContain_Varchar ( ) : void
Sql_ShouldNotContain_IgnoredProperty ( ) : void
SqliteMap_ShouldGenerate_ValidSql_PK ( ) : void
SqliteMap_ShouldGenerate_ValidSql_User2 ( ) : void
SqliteMap_ShouldGenerate_ValidTimespan ( ) : void