コード例 #1
0
 public void DoesNothingGivenNegativeOneInput()
 {
     AllowNegativeAttributeTestNoAttribute.FromValue(-1);
 }
コード例 #2
0
 public void ThrowsExceptionGivenNegativeNumber()
 {
     Assert.Throws <NegativeValueArgumentException>(() => AllowNegativeAttributeTestNoAttribute.FromValue(-3));
 }