Beispiel #1
0
 public void TestCopyToInvalidIndex()
 {
     ArrayList4Asserter.AssertCopyToInvalidIndex(RetrieveOnlyInstance <string>());
 }
Beispiel #2
0
 public void TestCopyToInvalidIndex()
 {
     ArrayList4Asserter.AssertCopyToInvalidIndex(ArrayList4Asserter.CreateArrayList(10));
 }