Uses of Interface
com.nexwerk.log4junit.log4j.JUnitAppender

Packages that use JUnitAppender
com.nexwerk.log4junit   
com.nexwerk.log4junit.log4j   
 

Uses of JUnitAppender in com.nexwerk.log4junit
 

Fields in com.nexwerk.log4junit declared as JUnitAppender
protected static JUnitAppender DefaultLog4jTest.log
           
 

Methods in com.nexwerk.log4junit with parameters of type JUnitAppender
static void Assert.assertLogMessageIs(java.lang.String message, JUnitAppender appender)
          Asserts the content (i.e.
static void Assert.assertLogThresholdNotReached(JUnitAppender appender)
          Asserts that the log level threshold has not been reched.
static void Assert.assertLogThresholdNotReached(java.lang.String message, JUnitAppender appender)
          Asserts that the log level threshold has not been reched.
static void Assert.assertLogThresholdReached(JUnitAppender appender)
          Asserts that the log level threshold has been reched.
static void Assert.assertLogThresholdReached(java.lang.String message, JUnitAppender appender)
          Asserts that the log level threshold has been reched.
 

Uses of JUnitAppender in com.nexwerk.log4junit.log4j
 

Classes in com.nexwerk.log4junit.log4j that implement JUnitAppender
 class DefaultJUnitAppender
          The JUnitAppender will record the messages sent to a standard Log4J LoggingEvent, so that these can be recorded and asserted at a later stage.
 class MultipleVMJUnitAppender
           
 



Copyright © 2007 NexWerk. All Rights Reserved.