Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用的 Java 库可以使用.properties类路径中的文件进行配置。现在我想编写执行以下操作的 JUnit 测试:
.properties
这样的事情可能吗?
是的,有可能。.properties在您的类路径上的文件夹中创建一个临时文件以进行测试。运行测试。
在第二次测试中将文件重命名为其他名称,运行测试,将文件重命名为原始名称。