示例#1
0
 public void PrintList_WorksProperly()
 {
     Assert.AreEqual("123", test.PrintList(new List <int> {
         1, 2, 3
     }));
 }