Class AbpAutoMapperModule_Specific_ObjectMapper_Tests
Inheritance
AbpAutoMapperModule_Specific_ObjectMapper_Tests
Implements
Inherited Members
Namespace: Volo.Abp.AutoMapper
Assembly: Volo.Abp.AutoMapper.Tests.dll
Syntax
public class AbpAutoMapperModule_Specific_ObjectMapper_Tests : AbpIntegratedTest<AutoMapperTestModule>, IDisposable
Constructors
AbpAutoMapperModule_Specific_ObjectMapper_Tests()
Declaration
public AbpAutoMapperModule_Specific_ObjectMapper_Tests()
Methods
Should_Use_Destination_Object_Constructor_If_Available()
Declaration
public void Should_Use_Destination_Object_Constructor_If_Available()
Should_Use_Destination_Object_MapFrom_Method_If_Available()
Declaration
public void Should_Use_Destination_Object_MapFrom_Method_If_Available()
Should_Use_Source_Object_Method_If_Available_To_Create_New_Object()
Declaration
public void Should_Use_Source_Object_Method_If_Available_To_Create_New_Object()
Should_Use_Source_Object_Method_If_Available_To_Map_Existing_Object()
Declaration
public void Should_Use_Source_Object_Method_If_Available_To_Map_Existing_Object()
Should_Use_Specific_Object_Mapper_If_Registered()
Declaration
public void Should_Use_Specific_Object_Mapper_If_Registered()
Specific_Object_Mapper_Should_Be_Used_For_Collections_If_Registered()
Declaration
public void Specific_Object_Mapper_Should_Be_Used_For_Collections_If_Registered()
Specific_Object_Mapper_Should_Support_Multiple_IObjectMapper_Interfaces()
Declaration
public void Specific_Object_Mapper_Should_Support_Multiple_IObjectMapper_Interfaces()