C# Class Habanero.Smooth.Test.TestClassAutoMapper

Mostrar archivo Open project: Chillisoft/habanero.smooth

Private Methods

Method Description
Setup ( ) : void
TestAccept_Map_NoFKPropDef_ShouldCreateFKProp ( ) : void
TestAccept_Map_ShouldMapOneToMany ( string expectedPropName, int expectedNoRels ) : void
TestAccept_Map_UsingType_NoFKPropDef_ShouldCreateFKProp ( ) : void
TestAccept_Map_WhenHasAllTypesOfRel_ShouldMapAll ( string expectedPropName, Type relType, int expectedNoRels ) : void
TestAccept_Map_WhenHasUniqueConstraint ( ) : void
TestAccept_Map_WhenOne1_1AndOneM_1Relationships_ShouldMapBothRelationships ( string expectedPropName, int expectedNoRels ) : void
TestAccept_Map_WhenTwo1_1Relationships_ShouldMapBothRelationships ( string expectedPropName, int expectedNoRels ) : void
TestAccept_Map_WhenTwoM_1Relationships_ShouldMapBothRelationships ( string expectedPropName, int expectedNoRels ) : void
Test_IdentityNameConvention_ShouldBeDefaultIfNotSet ( ) : void
Test_MapAccept_WhenHasRelationship_ShouldMapRelationshipDefToClassDef ( ) : void
Test_MapClass_ShouldAssignPropDefToClassDef ( ) : void
Test_MapClass_WhenInheritsFromGenericBO_ReturnMapClass ( ) : void
Test_MapClass_WhenInheritsFromGenericBO_ReturnMapDefaultPrimaryKeyCorrectly ( ) : void
Test_MapClass_WhenIsAbstract_ReturnNullClassDef ( ) : void
Test_MapClass_WhenIsIBo_ShouldMapClassName ( ) : void
Test_MapClass_WhenIsInterface_ReturnNullClassDef ( ) : void
Test_MapClass_WhenNotIsIBo_ReturnNullClassDef ( ) : void
Test_Map_GivenManyToOne_WhenHasAutoMapFieldNameAttribute_ShouldSetDatabaseFieldName ( ) : void
Test_Map_ShouldMapManyToOneRelationship ( ) : void
Test_Map_ShouldMapPrimaryKey ( ) : void
Test_Map_WhenClassAlreadyInClassDefCol_ShouldRetExistingClassDef ( ) : void
Test_Map_WhenHasFKProp_ShouldNotCreateFKProp ( ) : void
Test_Map_WhenHasIgnore_ShouldReturnNull ( ) : void
Test_Map_WhenHasMappedTableName_ShouldSetTableNameOnClassDef ( ) : void
Test_Map_WhenHasNoMappedTableName_ShouldSetClassName ( ) : void
Test_Map_WhenHasNoProps_ShouldMapNoProps ( ) : void
Test_Map_WhenHasProps_ShouldMapProps ( string propName ) : void
Test_Map_WhenHasTwoUniqueConstraint_OnePropEach ( ) : void
Test_Map_WhenHasTwoUniqueConstraint_TwoPropEach ( ) : void
Test_Map_WhenHasUniqueConstraint_OneProp ( ) : void
Test_Map_WhenInheritance_AndBaseClassAlreadyInClassDefCol_ShouldUseExistingClassDef ( ) : void
Test_Map_WhenInheritance_ShouldMapInheritenceRelationship ( ) : void
Test_Map_WhenIsSubtypeOfBusinessObjectOfT_ShouldNotCreateExtraPrimaryKeyProp ( ) : void
Test_Map_WhenOneUniqueConstraintOnRelationship_ShouldCreateConstraintOnRelationshipProperty ( ) : void
Test_Map_WithExplicitRelatedObjectClassType_ShouldMapManyToOne ( ) : void
Test_MustBeMapped_WhenHasIgnore_ShouldReturnFalse ( ) : void
Test_MustBeMapped_WhenIsAbstract_ReturnFalse ( ) : void
Test_MustBeMapped_WhenIsIBo_ShouldRetTrue ( ) : void
Test_MustBeMapped_WhenIsInterface_ReturnFalse ( ) : void
Test_MustBeMapped_WhenNotIsIBo_ReturnFalse ( ) : void
Test_MustBeMapped_WhenNull_ReturnFalse ( ) : void
Test_SetIdentityNameConvention_ShouldSetCustomConvention ( ) : void