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