Example #1
0
 public void Ignoring_a_certain_property_means_ignoring_all_differences_in_underlying_properties_aswell()
 {
     Given.A_lamba_representation_of_a_reference_type_property_we_wish_to_ignore();
     When.We_use_that_lambda_representation_when_we_compare_two_objects_that_differ_on_underlying_properties();
     Then.Nothing();
 }