单元测试 jsf 2.0 托管 Bean 的最佳方法

发布于 2024-10-21 09:24:52 字数 158 浏览 0 评论 0原文

单元测试 JSF 2.0 托管 bean 的最有效方法是什么?我已经看到 JBoss 的 JSFUnit,但它看起来像是用于测试 Facelets 页面中的组件,而不是测试托管 bean 本身。

我想找到一种方法来有效地仅对托管 bean 进行单元测试。

有什么想法吗?

What is the most effective way of unit testing JSF 2.0 managed beans. I have seen JSFUnit from JBoss but it looks like its for testing the components in the facelets pages but not the managed beans themselves.

I want to find a way to effectively unit test only the managed beans.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

后来的我们 2024-10-28 09:24:52

设置托管 bean,以便通过 setter 将它们的所有依赖项作为托管属性注入。然后,您可以在单元测试中手动注入模拟或存根。

Set up your managed beans so that all their dependencies are injected as managed properties via setters. Then you can manually inject mocks or stubs in your unit tests.

浪荡不羁 2024-10-28 09:24:52

JSFUnit 是另一种选择

JSFUnit is another alternative

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文