示例#1
0
 public void two_customers_with_different_ids_are_not_equal()
 {
     Milenko.Should().NotBe(Stanko);
 }
示例#2
0
 public void two_customers_with_same_id_but_different_values_are_equal()
 {
     Milenko.Should().Be(OlderMilenko);
 }