Class AbpAutoMapperModule_Specific_ObjectMapper_Tests
Inheritance
object
AbpAutoMapperModule_Specific_ObjectMapper_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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()
Implements
System.IDisposable