public void TestBubbleSortBigSmall() { list.BubbleSortBigSmall(); Assert.AreEqual("[4, 3, 2, 1]", list.Show); }