示例#1
0
 public void TestCopyToWithNullTarget()
 {
     ArrayList4Asserter.AssertCopyToWithNullTarget(RetrieveOnlyInstance <string>());
 }
示例#2
0
 public void TestCopyToWithNullTarget()
 {
     ArrayList4Asserter.AssertCopyToWithNullTarget(ArrayList4Asserter.CreateArrayList(10));
 }