public void Loop_Dictionary(int[] arr, int expected) { var actual = Eng35Tests.Loop_Dictionary(arr); Assert.AreEqual(expected, actual); }