Esempio n. 1
0
 public void TestCatchIntParseOverflow(string price, string result)
 {
     Assert.Equal(Gift.CatchIntParseOverflow(price), result);
 }