C# Class ConditionalMapping.When_configuring_a_map_to_ignore_all_properties_with_an_inaccessible_setter

Inheritance: AutoMapperSpecBase
Show file Open project: jbogard/AutoMapper

Protected Methods

Method Description
Because_of ( ) : void

Private Methods

Method Description
Should_consider_the_configuration_valid_even_if_some_properties_with_an_inaccessible_setter_are_unmapped ( ) : void
Should_map_a_property_with_an_inaccessible_setter_if_a_specific_mapping_is_configured_after_the_ignore_method ( ) : void
Should_not_map_a_property_with_an_inaccessible_setter_if_no_specific_mapping_is_configured_even_though_name_and_type_match ( ) : void
Should_not_map_a_property_with_no_public_setter_if_a_specific_mapping_is_configured_before_the_ignore_method ( ) : void

Method Details

Because_of() protected method

protected Because_of ( ) : void
return void