Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 JSFUnit 和嵌入式 Jetty 测试我的 JSF 应用程序。我怎样才能做到这一点?是否有任何文件可以证明这一点?
我使用 junit4 的 @BeforeClass 以编程方式启动了一个码头服务器,但似乎 JSFUnit 尝试在使用 @BeforeClass 注释的静态方法可以执行之前连接到服务器!
我正在使用 mortbay 插件启动码头作为 maven 构建的一部分。希望这可以帮助。