ch.qos.logback.core.pattern.parser
Class AbstractPatternLayoutBaseTest<E>
java.lang.Object
ch.qos.logback.core.pattern.parser.AbstractPatternLayoutBaseTest<E>
- Direct Known Subclasses:
- PatternLayoutTest, SamplePatternLayoutTest
public abstract class AbstractPatternLayoutBaseTest<E>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPatternLayoutBaseTest
public AbstractPatternLayoutBaseTest()
getPatternLayoutBase
public abstract PatternLayoutBase<E> getPatternLayoutBase()
getEventObject
public abstract E getEventObject()
getContext
public abstract Context getContext()
testUnStarted
public void testUnStarted()
testConverterStart
public void testConverterStart()
- This test checks that the pattern layout implementation starts its
converters. ExceptionalConverter throws an exception if it's convert
method is called before being started.
testStarted
public void testStarted()
testNullPattern
public void testNullPattern()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.