Skip to Content.
Sympa Menu

shibboleth-dev - Re: unit test log

Subject: Shibboleth Developers

List archive

Re: unit test log


Chronological Thread 
  • From: Walter Hoehn <>
  • To:
  • Subject: Re: unit test log
  • Date: Fri, 26 Aug 2005 15:29:31 -0500

The logging level for all of the Shibboleth unit tests is hardcoded to OFF. If you are attempting to debug a problem with a particular test case, you can temporarily change the test class to either turn the level up for that particular test or for an entire suite. My understanding of junit testing philosophy, though, is that a there should be no output from test cases unless there is a failure.

-Walter


On Aug 22, 2005, at 8:42 PM, Tom Scavo wrote:

Is there no way to capture log output in a JUnit test, or rather the
log output of classes being tested?

Thanks,
Tom





Archive powered by MHonArc 2.6.16.

Top of Page