Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package junit.log4j

Interface Summary
AppenderListener Listens to a Appender of Log4J.
 

Class Summary
JUnitAppender Appender that joins JUnit and Log4J.
JUnitAppenderSingleton Singleton that distributes logging events 55 to all registered logging listeners.
JUnitLayout Extension of org.apache.log4j.PatternLayout to provide stack traces of throwables in the appenders.
JUnitPatternParser Extension of org.apache.log4j.helpers.PatternParser writing the stack trace of the throwable to the result string.
JUnitPatternParser.StacktracePatternConverter Converter writing the stack trace of the throwable.
LoggedJspTestCase Extension of Cactus JspTestCase integrating Log4J
LoggedTestCase Extension of TestCase integrating Log4J.
LoggedTestResult Test result that joins JUnit and Log4J.