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