为什么在JMock中使用.proxy()?
我正在尝试学习如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
代理仅在 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
我强烈建议升级到jMock2,我们不再支持jMock 1
I strongly recommend upgrading to jMock2, we don't support jMock 1 any more