帮助在集成测试中使用 Guice 的库

发布于 2024-10-04 10:09:47 字数 120 浏览 1 评论 0原文

在集成测试中使用 Guice 时,您会推荐哪些库来帮助删除样板代码?

例如AtUnit

What libraries would you recommend that helps remove boilerplate code, when using Guice from integration tests?

E.g. AtUnit

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

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

发布评论

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

评论(1

初雪 2024-10-11 10:09:47

事实上,我发现 Guice 样板在我的集成测试中相当少。我将我的模块保持得非常小并且独立,这样我就可以将测试所需的模块捆绑在一起,并且往往会使注入器创建步骤也变得非常小。我可能不使用外部库,而是使用一组 JUnit 测试的超类来自动创建和注入我正在测试的某些对象。我很想知道是否存在任何库可以使这变得更容易。

I actually find that Guice boilerplate is fairly minimal in my integration tests. I keep my modules very small and independent so that I can just tie the ones together that I need for that test and get tends to make the injector creation step quite small as well. Rather than using an external library i might just use a superclass of a set of JUnit tests to automatically create and inject certain objects that i'm testing. I'd be interested to hear if any libraries exist to make this easier.

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