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

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

public class OptionTokenizerTest
extends Object


Constructor Summary
OptionTokenizerTest()
           
 
Method Summary
 void testDoubleQuote()
           
 void testEmpty()
           
 void testMultiple()
           
 void testSimple()
           
 void testSingleQuote()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionTokenizerTest

public OptionTokenizerTest()
Method Detail

testEmpty

public void testEmpty()
               throws ScanException
Throws:
ScanException

testSimple

public void testSimple()
                throws ScanException
Throws:
ScanException

testSingleQuote

public void testSingleQuote()
                     throws ScanException
Throws:
ScanException

testDoubleQuote

public void testDoubleQuote()
                     throws ScanException
Throws:
ScanException

testMultiple

public void testMultiple()
                  throws ScanException
Throws:
ScanException


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