log4j - when to use PropertyConfigurator in tests?
- by waitinforatrain
Hi,
I know you're supposed to only load log4j properties once, so what is standard practice when you're doing unit tests? Should I load it in every unit test file? Should I put it in jUnit's setUp() method?
Thanks