为何编译此程序有一个Error
@Test(timeout=2000)
public void testWhile(){
while(true){
System.out.println("run forever...");
}
}
@Test(timeout=2000)
public void testWhile(){
while(true){
System.out.println("run forever...");
}
}
2018-02-03
举报