public void Test1(int[] a, int[] b, bool expected) { var actual = arr.CommonEnd(a, b); Assert.AreEqual(expected, actual); }