Class Summary |
CustomConfigAPITestCase |
TestCase for Jdk14 logging when the commons-logging-api jar file is in
the parent classpath and commons-logging.jar is in the child. |
CustomConfigFullTestCase |
TestCase for Jdk14 logging when the commons-logging jar file is in
the parent classpath. |
CustomConfigTestCase |
TestCase for JDK 1.4 logging when running on a JDK 1.4 system with
custom configuration, so that JDK 1.4 should be selected and an appropriate
logger configured per the configuration properties. |
DefaultConfigTestCase |
TestCase for JDK 1.4 logging when running on a JDK 1.4 system with
zero configuration, and with Log4J not present (so JDK 1.4 logging
should be automatically configured. |
TestHandler |
Test implementation of java.util.logging.Handler . |