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