public void BubbleSort() { CollectionAssert.AreEqual(sorter.SortArray(integers, Algorithms.Bubble), sortedIntegers); }