예제 #1
0
 public void Test07ImOne_OnePos_OtherRandom()
 {
     for (int i = nLowerLimit; i <= nUpperLimit; i++)
     {
         _test.TestImOne_OnePos_OtherRandom(i);
     }
 }
예제 #2
0
 public void Test07ImOne_OnePos_OtherRandom()
 {
     foreach (int i in _testLengths)
     {
         _test.TestImOne_OnePos_OtherRandom(i);
     }
 }