com.dfamaj.textproc.xwm
Class AllNonRegressionTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by com.dfamaj.textproc.xwm.AllNonRegressionTestSuite
All Implemented Interfaces:
junit.framework.Test

public class AllNonRegressionTestSuite
extends junit.framework.TestSuite

les tests de non-régression.

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

Method Summary
static junit.framework.Test suite()
          
renvoie les tests qui passent, et qui donc sont éligibles pour la non-régression.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
renvoie les tests qui passent, et qui donc sont éligibles pour la non-régression.

Throws:
java.lang.Exception