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.
我正在运行多个 Junit 测试,在控制台中运行测试结果被清除并填充当前测试的日志。包含先前测试日志的日志文件将存储在哪里。eclipse中有什么方法可以看到这些已删除的日志。
尝试以下操作:
Common
Standard Input and Output
File
Append
这样打印到控制台的所有内容也将打印到该文件中。