如何将 spring 应用程序上下文添加到 java 运行时以用于 eclipse 中的集成测试?
我正在尝试将测试 spring 应用程序上下文添加到 java 运行时,以便我的 bean 可以正确连接以进行集成测试。
I am trying to add a test spring application context to the java runtime, so that my beans can be wired properly for my integration tests.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没关系,我已经解决了。我只需将包含测试应用程序上下文的文件夹添加为源文件夹,瞧!我很确定有更好的方法可以做到这一点。
Never mind, I solved it. I just had to add the folder containing my test application context as a source folder, and VOILA! I am pretty sure there are better ways to do it.
Spring 提供了一些可以帮助进行此类测试的工具。请参阅 Spring TestContext框架。
Spring supplies some tools that can help with such testing. See Spring TestContext Framework.