[junit] Disabling Output

From: Brant Hahn (bhahn3_at_purdue.edu)
Date: 12/05/04


Date: Sun, 05 Dec 2004 04:36:06 GMT

Hi,

I have several test cases where I want the output to be displayed when I run
the TestRunner class as a stand-alone app. But, I also want to run a test
suite within an application of mine, but have the System output disabled...
is there a way in the JUnit API to disable the text that is displayed?

Thanks