C
chrono
Java newbie here. I have setup a JUNIT testSuite that runs several
test classes.
Each test class has several methods which call many other things.
There is alot of system.out debug info and exception errors that are
printing out to the console.
I need to capture all of this and print it out to a file. I know it's
probably easy but I can't seem to find an easy way to do capture this
data within my testSuite class. Any help would be appreciated ..
thanks in advance!
test classes.
Each test class has several methods which call many other things.
There is alot of system.out debug info and exception errors that are
printing out to the console.
I need to capture all of this and print it out to a file. I know it's
probably easy but I can't seem to find an easy way to do capture this
data within my testSuite class. Any help would be appreciated ..
thanks in advance!