Beispiel #1
0
 public void InsertNumberArgumentException(int first, int second, int startPos, int endPos)
 {
     Assert.Throws <ArgumentException>(() => InsertNumberClass.InsertNumber(first, second, startPos, endPos));
 }
Beispiel #2
0
 public int InsertNumberTests(int first, int second, int startPos, int endPos) =>
 InsertNumberClass.InsertNumber(first, second, startPos, endPos);