junit:模拟和存根——参考链接?

发布于 2024-11-15 11:53:51 字数 283 浏览 3 评论 0原文

因此,在我职业生涯的这个阶段,我主要是一名 RoR 开发人员(对 Python 和 Django 仍然有一些挥之不去的依恋),并且最近我开始参与 java/ejb/tomcat 项目。我正试图把我的头围绕在junit上(自从我上次使用它以来已经有很多年了)。特别是嘲笑和存根。

通过仔细阅读 API,我没有找到任何对此的内置支持,并且我在链接和其他问题中看到了一些提到的工具。

我自己的问题是在 junit 中测试隔离的基本方法是什么?是否有人有任何可靠的链接来理解这些东西?大多数情况下,问题的前半部分是我最感兴趣的。

So I'm primarily a RoR developer at this stage in my career (still some lingering attachments to Python and Django) and I've been put on a java/ejb/tomcat project recently. I'm trying to wrap my head around junit (it's been years since I used it last). Specifically wrt mocking and stubbing.

From perusing the API I haven't found any built in support for this and I've seen a few tools mentioned in links and other questions.

My own question is what is the basic approach to test isolation in junit and does anyone have any solid links to understanding this stuff? Mostly the first half of the question is the one I'm most interested in.

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

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

发布评论

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

评论(1

如果没结果 2024-11-22 11:53:51

使用 easymockjMock 创建模拟对象。这两个项目的文档都相当不错,并且在线有很多教程。

来自我的一位朋友,我强烈推荐它。

这个是我解释如何使用的在 Spring 应用程序中进行模拟(但对于其他应用程序来说没有差异)。

Use easymock or jMock to create mock objects. The documentation for both the projects are fairly good and there are lot of tutorials online.

This one is from one of my friend and I highly recommend it.

This one is from me explaining how to use mock in a spring application (but its no diff for others).

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