为什么在JMock中使用.proxy()?

发布于 2024-07-13 10:45:27 字数 141 浏览 7 评论 0原文

我正在尝试学习如何使用 JMock,但我对 .proxy() 方法的用途有点困惑。 我知道它在您的模拟类上被调用,但我不明白它的 puprose 是什么。

我没有运气在谷歌上找到关于它如何工作的良好描述。

任何帮助深表感谢。

I'm trying to learn how to use JMock and I'm a bit confused about what you use the .proxy() method for. I know its invoked on your Mock class but I don't understand what its puprose is.

I haven't had any luck finding a good description about how it works on google.

Any help is much appreciated.

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

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

发布评论

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

评论(2

木格 2024-07-20 10:45:28

代理仅在 jmock1 中使用,如果您正在学习 jmock 使用 jmock2 并按照此处的作弊操作

http:// www.jmock.org/cheat-sheet.html

如果您想了解代理的作用,请查看此处的 jmock1 文档

http://www.jmock.org/jmock1-getting-started.html

希望这有帮助

Proxy is only used in jmock1 if you are learning jmock use jmock2 and follow this cheat here

http://www.jmock.org/cheat-sheet.html

If you want to read what proxying does look at the jmock1 docs here

http://www.jmock.org/jmock1-getting-started.html

Hope this helps

望喜 2024-07-20 10:45:28

我强烈建议升级到jMock2,我们不再支持jMock 1

I strongly recommend upgrading to jMock2, we don't support jMock 1 any more

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