ch.qos.logback.core.pattern.parser
Class SamplePatternLayoutTest

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

public class SamplePatternLayoutTest
extends AbstractPatternLayoutBaseTest


Constructor Summary
SamplePatternLayoutTest()
           
 
Method Summary
 Context getContext()
           
 Object getEventObject()
           
 PatternLayoutBase<Object> getPatternLayoutBase()
           
 void testEscapeBothParentheses()
           
 void testEscapeClosingParentheses()
           
 void testOK()
           
 void testPercentAsLiteral()
           
 
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

SamplePatternLayoutTest

public SamplePatternLayoutTest()
Method Detail

getPatternLayoutBase

public PatternLayoutBase<Object> getPatternLayoutBase()
Specified by:
getPatternLayoutBase in class AbstractPatternLayoutBaseTest

getEventObject

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

testOK

public void testOK()

testEscapeClosingParentheses

public void testEscapeClosingParentheses()

testEscapeBothParentheses

public void testEscapeBothParentheses()

testPercentAsLiteral

public void testPercentAsLiteral()

getContext

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


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