com.dfamaj.textproc.xwm
Class EscapedCharsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.dfamaj.textproc.xwm.EscapedCharsTest
All Implemented Interfaces:
junit.framework.Test

public class EscapedCharsTest
extends junit.framework.TestCase

tests sur les caractères échappés.

Since:
2.0
Version:
2.0 -- 2007-02-03 -- $Revision$
Author:
David Andriana

Constructor Summary
EscapedCharsTest()
           
 
Method Summary
 void setUp()
          positionner le debug.
 void testEscapedBackslash()
          
test sur le backslash échappé.
 void testEscapedNumberSign()
          
test sur le dièse échappé.
 void testShereEscapedChars()
          
test sur des caractères échappés simples.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EscapedCharsTest

public EscapedCharsTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
positionner le debug.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testEscapedBackslash

public void testEscapedBackslash()
                          throws java.lang.Exception
test sur le backslash échappé.

Throws:
java.lang.Exception

testEscapedNumberSign

public void testEscapedNumberSign()
                           throws java.lang.Exception
test sur le dièse échappé.

Throws:
java.lang.Exception

testShereEscapedChars

public void testShereEscapedChars()
                           throws java.lang.Exception
test sur des caractères échappés simples.

Throws:
java.lang.Exception