Junit中Testsuite为什么不运行
环境:windows2000+JBuilderX+Jetty+Cactus,对单独的TestCase运行没有问题,当我用TestSuite时总是提示The test has not started.也没有报错,有关的事件也运行了
事件提示如下:14:21:16.724 EVENT Starting Jetty/4.2.22
14:21:17.285 EVENT Started ServletHttpContext[/test]
14:21:17.315 EVENT Started SocketListener on 0.0.0.0:8000
14:21:17.315 EVENT Started org.mortbay.jetty.Server@161d36b
14:21:18.326 EVENT Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8000]
14:21:18.326 EVENT Stopped SocketListener on 0.0.0.0:8000
14:21:18.326 EVENT Stopped ServletHttpContext[/test]
14:21:18.336 EVENT Stopped org.mortbay.jetty.Server@161d36b
用的就是Junit in Action中的代码编译都没有错,请高手帮忙!!!谢谢