ch.qos.logback.core.pattern.parser
Class AbstractPatternLayoutBaseTest<E>

java.lang.Object
  extended by ch.qos.logback.core.pattern.parser.AbstractPatternLayoutBaseTest<E>
Direct Known Subclasses:
PatternLayoutTest, SamplePatternLayoutTest

public abstract class AbstractPatternLayoutBaseTest<E>
extends Object


Constructor Summary
AbstractPatternLayoutBaseTest()
           
 
Method Summary
abstract  Context getContext()
           
abstract  E getEventObject()
           
abstract  PatternLayoutBase<E> getPatternLayoutBase()
           
 void testConverterStart()
          This test checks that the pattern layout implementation starts its converters.
 void testNullPattern()
           
 void testStarted()
           
 void testUnStarted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPatternLayoutBaseTest

public AbstractPatternLayoutBaseTest()
Method Detail

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.