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によって生成されたエラーメッセージをテキストファイルに出力する方法についての解決策を見つけようとしています。
エラーメッセージをキャッチ/生成し、任意のファイルに書き出します。
`new FileWriter(new File("myFile.txt")).write(errorMessage)