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

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

public class TokenStreamTest
extends Object


Constructor Summary
TokenStreamTest()
           
 
Method Summary
 void testBasic()
           
 void testComplexNR()
           
 void testEmpty()
           
 void testEmptyP()
           
 void testEmptyP2()
           
 void testEscape()
           
 void testEscapedParanteheses()
           
 void testLiteralWithPercent()
           
 void testMultipleRecursion()
           
 void testNested()
           
 void testOptions()
           
 void testSimpleP()
           
 void testSimpleP2()
           
 void testSingleLiteral()
           
 void testWindowsLikeBackSlashes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenStreamTest

public TokenStreamTest()
Method Detail

testEmpty

public void testEmpty()
               throws ScanException
Throws:
ScanException

testSingleLiteral

public void testSingleLiteral()
                       throws ScanException
Throws:
ScanException

testLiteralWithPercent

public void testLiteralWithPercent()
                            throws ScanException
Throws:
ScanException

testBasic

public void testBasic()
               throws ScanException
Throws:
ScanException

testComplexNR

public void testComplexNR()
                   throws ScanException
Throws:
ScanException

testEmptyP

public void testEmptyP()
                throws ScanException
Throws:
ScanException

testEmptyP2

public void testEmptyP2()
                 throws ScanException
Throws:
ScanException

testEscape

public void testEscape()
                throws ScanException
Throws:
ScanException

testOptions

public void testOptions()
                 throws ScanException
Throws:
ScanException

testSimpleP

public void testSimpleP()
                 throws ScanException
Throws:
ScanException

testSimpleP2

public void testSimpleP2()
                  throws ScanException
Throws:
ScanException

testMultipleRecursion

public void testMultipleRecursion()
                           throws ScanException
Throws:
ScanException

testNested

public void testNested()
                throws ScanException
Throws:
ScanException

testEscapedParanteheses

public void testEscapedParanteheses()
                             throws ScanException
Throws:
ScanException

testWindowsLikeBackSlashes

public void testWindowsLikeBackSlashes()
                                throws ScanException
Throws:
ScanException


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