Where junit log file resides and what are the information junit log file contains ?
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
When I run my junit task in an Ant script, the JUnit runner keeps a temporary log file in the "current directory". However, it deletes the file once it's finished so I have no idea what it contains. Probably some kind of a list of test names, stack traces, pass/fail, etc.