com.dfamaj.textproc.xwm
Class NospForcespPrimitiveTest

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

public class NospForcespPrimitiveTest
extends junit.framework.TestCase

tests sur la réduction des espaces.

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

Constructor Summary
NospForcespPrimitiveTest()
           
 
Method Summary
 void setUp()
          
positionner le debug.
 void testNoSpaceNoLinebreakNosp()
          
test sur une coupure de ligne absorbée.
 void testNoSpaceNoLinebreakNospLinebreak()
          
test sur une coupure de ligne absorbée.
 void testSimpleForcesp()
          
test sur texte simple.
 void testSimpleForcespNosp()
          
test sur texte simple.
 void testSimpleNosp()
          
test sur texte simple.
 void testSimpleNospForces()
          
test sur texte simple.
 void testSimpleNospForcespNosp()
          
test sur texte simple.
 void testSpaceNoLinebreakNosp()
          
test sur une coupure de ligne absorbée.
 void testSpaceNospNoLinebreak()
          
test sur une coupure de ligne absorbée.
 
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

NospForcespPrimitiveTest

public NospForcespPrimitiveTest()
Method Detail

setUp

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

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

testNoSpaceNoLinebreakNosp

public void testNoSpaceNoLinebreakNosp()
                                throws java.lang.Exception
test sur une coupure de ligne absorbée.

Throws:
java.lang.Exception

testNoSpaceNoLinebreakNospLinebreak

public void testNoSpaceNoLinebreakNospLinebreak()
                                         throws java.lang.Exception
test sur une coupure de ligne absorbée.

Throws:
java.lang.Exception

testSimpleForcesp

public void testSimpleForcesp()
                       throws java.lang.Exception
test sur texte simple.

Throws:
java.lang.Exception

testSimpleForcespNosp

public void testSimpleForcespNosp()
                           throws java.lang.Exception
test sur texte simple.

Throws:
java.lang.Exception

testSimpleNosp

public void testSimpleNosp()
                    throws java.lang.Exception
test sur texte simple.

Throws:
java.lang.Exception

testSimpleNospForces

public void testSimpleNospForces()
                          throws java.lang.Exception
test sur texte simple.

Throws:
java.lang.Exception

testSimpleNospForcespNosp

public void testSimpleNospForcespNosp()
                               throws java.lang.Exception
test sur texte simple.

Throws:
java.lang.Exception

testSpaceNoLinebreakNosp

public void testSpaceNoLinebreakNosp()
                              throws java.lang.Exception
test sur une coupure de ligne absorbée.

Throws:
java.lang.Exception

testSpaceNospNoLinebreak

public void testSpaceNospNoLinebreak()
                              throws java.lang.Exception
test sur une coupure de ligne absorbée.

Throws:
java.lang.Exception