com.dfamaj.textproc.xwm
Class IfPrimitiveTest

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

public class IfPrimitiveTest
extends junit.framework.TestCase

tests sur les conditions.

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

Constructor Summary
IfPrimitiveTest()
           
 
Method Summary
 void setUp()
          positionner le debug.
 void testIfvoidNonvoid()
          
test sur "\ifvoid".
 void testIfvoidNonvoidElse()
          
test sur "\ifvoid" et "\else".
 void testIfvoidVoid()
          
test sur "\ifvoid".
 void testIfvoidVoidElse()
          
test sur "\ifvoid" et "\else".
 
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

IfPrimitiveTest

public IfPrimitiveTest()
Method Detail

setUp

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

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

testIfvoidNonvoid

public void testIfvoidNonvoid()
                       throws java.lang.Exception
test sur "\ifvoid".

Throws:
java.lang.Exception

testIfvoidNonvoidElse

public void testIfvoidNonvoidElse()
                           throws java.lang.Exception
test sur "\ifvoid" et "\else".

Throws:
java.lang.Exception

testIfvoidVoid

public void testIfvoidVoid()
                    throws java.lang.Exception
test sur "\ifvoid".

Throws:
java.lang.Exception

testIfvoidVoidElse

public void testIfvoidVoidElse()
                        throws java.lang.Exception
test sur "\ifvoid" et "\else".

Throws:
java.lang.Exception