예제 #1
0
 public void Test_Event_Amount_Array(int[] intarray, int result)
 {
     Assert.AreEqual(result, ArrayTools.AmountOfEven(intarray));
 }