SAP Java Connector (JCo) 模拟/测试 JCoFunction 和/或 JCoParameterList
我需要测试一个模块,而无需通过执行“真正的”JCoFunction 来实际调用我们的 SAP 提供程序。
如何实例化“形式上正确的”JCoFunction
?
我什至可以只处理 JCoParameterList ,但只是不知道如何实例化它,甚至模拟它。
I need to test a module without actually calling our SAP provider via executing a "real" JCoFunction
.
How do I instantiate a "formally correct" JCoFunction
?
I can even just deal with a JCoParameterList
but just can't figure out how to instantiate it or even mock it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些人尝试使用 SAP JCo 3.0 版本做同样的事情:
JCo服务器可以模拟SAP远程功能吗?
我上周的经验问题是无法创建一个模拟 SAP 服务器来充当
JCoDestination
。These guys here tried to do the same, using the 3.0 version of the SAP JCo:
Can a JCo server simulate a SAP remote function?
My experience from last week is that it is not possible to create a mock SAP server to act like a
JCoDestination
.为什么不是这个?
Why not this?