python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Logging each JUnit test on different log file in multi-thread environment
I would like to create a log for each JUnit Test I have run, each having its own file.
Actually, I have done that yesterday, with the help of Logback's SiftingAppender.
import java.lang.reflect.Annota...
CHANist
Votes: 0
Answers: 0