public void Insertion() { var k = make_random_array(); Assert.IsTrue(InsertionSort.Sort(k.Item2).SequenceEqual(k.Item1)); }