public void Test_TwoPointers(int[] array, int number, bool expected) { var actual = sut.TwoPointers(array, number); Assert.Equal(expected, actual); }