ch.qos.logback.classic
Class PatternLayoutTest

java.lang.Object
  extended by ch.qos.logback.core.pattern.parser.AbstractPatternLayoutBaseTest
      extended by ch.qos.logback.classic.PatternLayoutTest

public class PatternLayoutTest
extends AbstractPatternLayoutBaseTest


Constructor Summary
PatternLayoutTest()
           
 
Method Summary
 void contextNameTest()
           
 Context getContext()
           
 LoggingEvent getEventObject()
           
 PatternLayoutBase getPatternLayoutBase()
           
 void setUp()
           
 void testCompositePattern()
           
 void testConversionRuleSupportInPatternLayout()
           
 void testNoExeptionHandler()
           
 void testNopExeptionHandler()
           
 void testOK()
           
 void testWithLettersComingFromLog4j()
           
 void testWithParenthesis()
           
 
Methods inherited from class ch.qos.logback.core.pattern.parser.AbstractPatternLayoutBaseTest
testConverterStart, testNullPattern, testStarted, testUnStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternLayoutTest

public PatternLayoutTest()
Method Detail

setUp

public void setUp()

getEventObject

public LoggingEvent getEventObject()
Specified by:
getEventObject in class AbstractPatternLayoutBaseTest

getPatternLayoutBase

public PatternLayoutBase getPatternLayoutBase()
Specified by:
getPatternLayoutBase in class AbstractPatternLayoutBaseTest

testOK

public void testOK()

testNoExeptionHandler

public void testNoExeptionHandler()

testCompositePattern

public void testCompositePattern()

testNopExeptionHandler

public void testNopExeptionHandler()

testWithParenthesis

public void testWithParenthesis()

testWithLettersComingFromLog4j

public void testWithLettersComingFromLog4j()

contextNameTest

public void contextNameTest()

getContext

public Context getContext()
Specified by:
getContext in class AbstractPatternLayoutBaseTest

testConversionRuleSupportInPatternLayout

public void testConversionRuleSupportInPatternLayout()
                                              throws JoranException
Throws:
JoranException


Copyright © 2005-2009 QOS.ch. All Rights Reserved.