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

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

public class CompilerTest
extends Object


Constructor Summary
CompilerTest()
           
 
Method Summary
 void setUp()
           
 void testBasic()
           
 void testComposite()
           
 void testCompositeFormatting()
           
 void testFormat()
           
 void testLiteral()
           
 void testUnknownWord()
           
 void testWithNopEscape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerTest

public CompilerTest()
Method Detail

setUp

public void setUp()

testLiteral

public void testLiteral()
                 throws Exception
Throws:
Exception

testBasic

public void testBasic()
               throws Exception
Throws:
Exception

testFormat

public void testFormat()
                throws Exception
Throws:
Exception

testComposite

public void testComposite()
                   throws Exception
Throws:
Exception

testCompositeFormatting

public void testCompositeFormatting()
                             throws Exception
Throws:
Exception

testUnknownWord

public void testUnknownWord()
                     throws Exception
Throws:
Exception

testWithNopEscape

public void testWithNopEscape()
                       throws Exception
Throws:
Exception


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