Example #1
0
 public void TestIsValidGiftName(string name, bool result)
 {
     Assert.Equal(Gift.IsValidName(name), result);
 }