public void Improved2QuickTest() { int[] xs = { 3, 2, 1, 6, 5, 9, 4 }; Quick <int> .Improved2Sort(xs); Assert.True(Sorting <int> .IsSorted(xs)); }