Beispiel #1
0
 public void Parse_should_throw_exception_on_failure()
 {
     new Action(() => NumericTypeParser <double> .Parse("abc")).Should().Throw <FormatException>();
 }