Microsoft Graph API SDK用于Java服务集成测试

发布于 2025-01-21 06:19:41 字数 147 浏览 0 评论 0原文

我正在尝试使用我的Java服务的测试容器编写集成测试,我想找到一种模拟SDK调用的方法。也许有任何方法可以覆盖URL以进行请求并将其与模拟服务器容器或SMTH一起使用? 主要想法是在生产模式下运行的单独容器中为服务编写测试。 我正在使用spring-boot的java服务编写测试

I'm trying to write integration tests with tests containers for my JAVA service and I want to find a way to mock the SDK calls. Maybe there are any ways to override the URL for requests and use it with the mock server container or smth?
The main idea is to write tests for the service in a separate container running in production mode.
I'm writing tests using Groovy for Java service with Spring-Boot

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

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

发布评论

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

评论(1

也只是曾经 2025-01-28 06:19:41

我在baseclient中使用了一个方法setServiceroot(String url) 类别中使用的单元测试中的类。使用此方法,您可以更改API的地址并使用模拟服务器模拟调用

I have found a method setServiceRoot(String url) in BaseClient class used in unit tests of the project. With this method, you can change the address of the API and use MockServer to mock the calls

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