intellij 和 ResourceBundle

发布于 2024-11-05 08:29:26 字数 214 浏览 0 评论 0 原文

我尝试从 Intellij 运行测试。我测试的方法使用 src/main/resources 中的一些属性文件,但当我将其作为 JUnit 测试运行时,它们似乎被忽略。当我从 eclipse 和 ant 运行它时它可以工作,但不能从 Intellij 运行它。如何使我的 src/main/resources 对 Intellij 中的测试可见?不知道这是否重要,但测试和主文件夹在我的项目视图中被视为单独的模块。

I try to run tests from Intellij. Methods I test uses some properties files from src/main/resources but seems like they are ignored when I run it as JUnit test. It works when I run it from eclipse and ant but not from Intellij. How can I make my src/main/resources visible for tests in Intellij? Dont know if it matters but test and main folders are treated like separated modules in my project view.

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

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

发布评论

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

评论(1

盗心人 2024-11-12 08:29:26

验证 src/main/resources 是否在 源 或测试源 .com/idea/webhelp/configuring-folders-within-a-content-root.html" rel="noreferrer">项目结构。此类文件夹中的资源将根据Settings | 自动复制到输出路径(类路径)。编译器|资源模式

Verify that src/main/resources is set as Sources or as Test Sources in the project structure. Resources from such folders are copied to the output path (classpath) automatically according to Settings | Compiler | Resource Patterns.

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