Beispiel #1
0
 public void Negate__Produces_Correct_Result(string a, string b)
 {
     Money18
     .Negate(Money18.Parse(a))
     .Should()
     .Be(b);
 }