Beispiel #1
0
 public void Test_Create_Array(int input, int[] result)
 {
     Assert.AreEqual(result, ArrayTools.CreateArray(input));
 }