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

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

public class ParserTest
extends Object


Constructor Summary
ParserTest()
           
 
Method Summary
 void testBasic()
           
 void testComposite()
           
 void testCompositeFormatting()
           
 void testFormattingInfo()
           
 void testKeyword()
           
 void testNested()
           
 void testOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserTest

public ParserTest()
Method Detail

testBasic

public void testBasic()
               throws Exception
Throws:
Exception

testKeyword

public void testKeyword()
                 throws Exception
Throws:
Exception

testComposite

public void testComposite()
                   throws Exception
Throws:
Exception

testNested

public void testNested()
                throws Exception
Throws:
Exception

testFormattingInfo

public void testFormattingInfo()
                        throws Exception
Throws:
Exception

testOptions

public void testOptions()
                 throws Exception
Throws:
Exception

testCompositeFormatting

public void testCompositeFormatting()
                             throws Exception
Throws:
Exception


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