ch.qos.cal10n.util
Class LexicalUtilTest

java.lang.Object
  extended by ch.qos.cal10n.util.LexicalUtilTest

public class LexicalUtilTest
extends Object

Author:
Ceki Gücü

Constructor Summary
LexicalUtilTest()
           
 
Method Summary
 void empty()
           
 void identity()
           
 void testCal29()
           
 void withEscapedColon()
           
 void withEscapedEquals()
           
 void withEscapedExclamation()
           
 void withEscapedHash()
           
 void withLF()
           
 void withMultipleLF()
           
 void withUnicode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalUtilTest

public LexicalUtilTest()
Method Detail

identity

public void identity()

empty

public void empty()

withLF

public void withLF()

withMultipleLF

public void withMultipleLF()

withUnicode

public void withUnicode()

withEscapedColon

public void withEscapedColon()

withEscapedExclamation

public void withEscapedExclamation()

withEscapedHash

public void withEscapedHash()

withEscapedEquals

public void withEscapedEquals()

testCal29

public void testCal29()


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