Beispiel #1
0
 public void ComputeSequence_NegativeNumber_ThrowsAnException()
 {
     fibonacci.ComputeSequences("-10");
 }