Esempio n. 1
0
 public void TestIsValidPrice(string price, bool result)
 {
     Assert.Equal(Gift.IsValidPrice(price), result);
 }