int Max = case2[j, 0]; 18
int N = case2[j, 1]; 19
try 20
{ 21
List list = Program.GetRandomNum(Max, N); 22
} 23
catch (IndexOutOfRangeException ex) 24
{ 25
result2++; 26
} 27
} 28
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2009-12-17 10:19 | 作者: 不详 | 来源: 领测国际软件测试网采编 | 查看: 80次 | 进入软件测试论坛讨论
int Max = case2[j, 0]; 18
int N = case2[j, 1]; 19
try 20
{ 21
List list = Program.GetRandomNum(Max, N); 22
} 23
catch (IndexOutOfRangeException ex) 24
{ 25
result2++; 26
} 27
} 28
文章来源于领测软件测试网 https://www.ltesting.net/