Exemplo n.º 1
0
 public void two_customers_with_different_ids_are_not_equal()
 {
     Milenko.Should().NotBe(Stanko);
 }
Exemplo n.º 2
0
 public void two_customers_with_same_id_but_different_values_are_equal()
 {
     Milenko.Should().Be(OlderMilenko);
 }