Exemplo n.º 1
0
 public void TestCopyToWithNullTarget()
 {
     ArrayList4Asserter.AssertCopyToWithNullTarget(RetrieveOnlyInstance <string>());
 }
Exemplo n.º 2
0
 public void TestCopyToWithNullTarget()
 {
     ArrayList4Asserter.AssertCopyToWithNullTarget(ArrayList4Asserter.CreateArrayList(10));
 }