@Test(timeout=2000) public void testWhile(){ while(true){ System.out.println("run forever..."); } }
我这边试了下,编译运行一切都 OK