You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/01/22 19:18:22 UTC

svn commit: r902201 [1/2] - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: analysis/integration/ analysis/interpolation/ analysis/solvers/ estimation/ geometry/ linear/ ode/ ode/nonstiff/ ode/sampling/ optimization/general/ random...

Author: sebb
Date: Fri Jan 22 18:18:16 2010
New Revision: 902201

URL: http://svn.apache.org/viewvc?rev=902201&view=rev
Log:
Remove suite() methods

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BrentSolverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/EstimatedParameterTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/WeightedMeasurementTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationOrderTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/Vector3DTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/Array2DRowRealMatrixTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayFieldVectorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BigMatrixImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockFieldMatrixTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockRealMatrixTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUDecompositionImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/MatrixUtilsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRDecompositionImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/RealMatrixImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseFieldMatrixTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealMatrixTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/TriDiagonalTransformerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/ContinuousOutputModelTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/FirstOrderConverterTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/StepNormalizerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/MinpackTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/AbstractRandomGeneratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/CorrelatedRandomVectorGeneratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/GaussianRandomGeneratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UniformRandomGeneratorTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ValueServerTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/CertifiedDataTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/FrequencyTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatisticTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MultivariateSummaryStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/StatisticalSummaryValuesTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatisticsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/UnivariateStatisticAbstractTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/GeometricMeanTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/KurtosisTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/MeanTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/SkewnessTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviationTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/VarianceTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/VectorialCovarianceTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/moment/VectorialMeanTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/rank/MaxTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/rank/MedianTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/rank/MinTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/rank/PercentileTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/summary/ProductTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/summary/SumLogTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/summary/SumSqTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/summary/SumTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/ChiSquareFactoryTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/ChiSquareTestTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/OneWayAnovaTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/TTestFactoryTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/TTestTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/TestUtilsTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/regression/SimpleRegressionTest.java
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/integration/LegendreGaussIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -110,8 +110,4 @@
         return yb * b - ya * a;
     }
 
-    public static Test suite() {
-        return new TestSuite(LegendreGaussIntegratorTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java Fri Jan 22 18:18:16 2010
@@ -16,16 +16,14 @@
  */
 package org.apache.commons.math.analysis.interpolation;
 
+import junit.framework.TestCase;
+
 import org.apache.commons.math.MathException;
 import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.analysis.UnivariateRealFunction;
 import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
 import org.apache.commons.math.analysis.polynomials.PolynomialSplineFunction;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 /**
  * Test the SplineInterpolator.
  *
@@ -46,12 +44,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(SplineInterpolatorTest.class);
-        suite.setName("UnivariateRealInterpolator Tests");
-        return suite;
-    }
-
     public void testInterpolateLinearDegenerateTwoSegment()
         throws Exception {
         double x[] = { 0.0, 0.5, 1.0 };

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BrentSolverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BrentSolverTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BrentSolverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BrentSolverTest.java Fri Jan 22 18:18:16 2010
@@ -16,16 +16,14 @@
  */
 package org.apache.commons.math.analysis.solvers;
 
+import junit.framework.TestCase;
+
 import org.apache.commons.math.MathException;
 import org.apache.commons.math.analysis.MonitoredFunction;
 import org.apache.commons.math.analysis.QuinticFunction;
 import org.apache.commons.math.analysis.SinFunction;
 import org.apache.commons.math.analysis.UnivariateRealFunction;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 /**
  * Testcase for UnivariateRealSolver.
  * Because Brent-Dekker is guaranteed to converge in less than the default
@@ -43,12 +41,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(BrentSolverTest.class);
-        suite.setName("UnivariateRealSolver Tests");
-        return suite;
-    }
-
     @Deprecated
     public void testDeprecated() throws MathException {
         // The sinus function is behaved well around the root at #pi. The second

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/EstimatedParameterTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/EstimatedParameterTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/EstimatedParameterTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/EstimatedParameterTest.java Fri Jan 22 18:18:16 2010
@@ -66,10 +66,6 @@
 
   }
 
-  public static Test suite() {
-    return new TestSuite(EstimatedParameterTest.class);
-  }
-
   private void checkValue(double value, double expected) {
     assertTrue(Math.abs(value - expected) < 1.0e-10);
   }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/GaussNewtonEstimatorTest.java Fri Jan 22 18:18:16 2010
@@ -20,9 +20,7 @@
 import java.util.ArrayList;
 import java.util.HashSet;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * <p>Some of the unit tests are re-implementations of the MINPACK <a
@@ -731,8 +729,4 @@
 
   }
 
-  public static Test suite() {
-    return new TestSuite(GaussNewtonEstimatorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimatorTest.java Fri Jan 22 18:18:16 2010
@@ -20,9 +20,7 @@
 import java.util.ArrayList;
 import java.util.HashSet;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * <p>Some of the unit tests are re-implementations of the MINPACK <a
@@ -835,8 +833,4 @@
       }
   }
 
-  public static Test suite() {
-    return new TestSuite(LevenbergMarquardtEstimatorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java Fri Jan 22 18:18:16 2010
@@ -1534,8 +1534,4 @@
 
   }
 
-  public static Test suite() {
-    return new TestSuite(MinpackTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/WeightedMeasurementTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/WeightedMeasurementTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/WeightedMeasurementTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/WeightedMeasurementTest.java Fri Jan 22 18:18:16 2010
@@ -66,10 +66,6 @@
 
   }
 
-  public static Test suite() {
-    return new TestSuite(WeightedMeasurementTest.class);
-  }
-
   @Override
   public void setUp() {
     p1 = new EstimatedParameter("p1", 1.0);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationOrderTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationOrderTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationOrderTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationOrderTest.java Fri Jan 22 18:18:16 2010
@@ -59,8 +59,4 @@
     return "unknown";
   }
 
-  public static Test suite() {
-    return new TestSuite(RotationOrderTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/RotationTest.java Fri Jan 22 18:18:16 2010
@@ -499,8 +499,4 @@
     assertEquals(0, Rotation.distance(r, new Rotation(q0, q1, q2, q3, false)), 1.0e-12);
   }
 
-  public static Test suite() {
-    return new TestSuite(RotationTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/Vector3DTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/Vector3DTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/Vector3DTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/geometry/Vector3DTest.java Fri Jan 22 18:18:16 2010
@@ -228,8 +228,4 @@
       assertEquals(z, v.getZ(), 1.0e-12);
   }
 
-  public static Test suite() {
-    return new TestSuite(Vector3DTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/Array2DRowRealMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/Array2DRowRealMatrixTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/Array2DRowRealMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/Array2DRowRealMatrixTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 
@@ -94,12 +92,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(Array2DRowRealMatrixTest.class);
-        suite.setName("Array2DRowRealMatrix Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         Array2DRowRealMatrix m = new Array2DRowRealMatrix(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayFieldVectorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayFieldVectorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayFieldVectorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayFieldVectorTest.java Fri Jan 22 18:18:16 2010
@@ -19,9 +19,7 @@
 import java.io.Serializable;
 import java.lang.reflect.Array;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.Field;
 import org.apache.commons.math.FieldElement;
@@ -254,12 +252,6 @@
 
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(ArrayFieldVectorTest.class);
-        suite.setName("ArrayFieldVector<Fraction> Tests");
-        return suite;
-    }
-
     public void testConstructors() {
 
         ArrayFieldVector<Fraction> v0 = new ArrayFieldVector<Fraction>(FractionField.getInstance());

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java Fri Jan 22 18:18:16 2010
@@ -19,9 +19,7 @@
 import java.io.Serializable;
 import java.util.Iterator;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.TestUtils;
@@ -500,12 +498,6 @@
 
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(ArrayRealVectorTest.class);
-        suite.setName("ArrayRealVector Tests");
-        return suite;
-    }
-
     public void testConstructors() {
 
         ArrayRealVector v0 = new ArrayRealVector();

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BigMatrixImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BigMatrixImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BigMatrixImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BigMatrixImplTest.java Fri Jan 22 18:18:16 2010
@@ -16,12 +16,10 @@
  */
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 import java.math.BigDecimal;
 
+import junit.framework.TestCase;
+
 
 /**
  * Test cases for the {@link BigMatrixImpl} class.
@@ -98,12 +96,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(BigMatrixImplTest.class);
-        suite.setName("BigMatrixImpl Tests");
-        return suite;
-    }
-
     public static final double[] asDouble(BigDecimal[] data) {
         double d[] = new double[data.length];
         for (int i=0;i<d.length;i++) {

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockFieldMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockFieldMatrixTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockFieldMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockFieldMatrixTest.java Fri Jan 22 18:18:16 2010
@@ -19,9 +19,7 @@
 import java.util.Arrays;
 import java.util.Random;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.fraction.Fraction;
@@ -156,12 +154,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(BlockFieldMatrixTest.class);
-        suite.setName("BlockFieldMatrix<Fraction> Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         BlockFieldMatrix<Fraction> m = new BlockFieldMatrix<Fraction>(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockRealMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockRealMatrixTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockRealMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/BlockRealMatrixTest.java Fri Jan 22 18:18:16 2010
@@ -19,9 +19,7 @@
 import java.util.Arrays;
 import java.util.Random;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 
@@ -97,12 +95,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(BlockRealMatrixTest.class);
-        suite.setName("BlockRealMatrix Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         BlockRealMatrix m = new BlockRealMatrix(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/CholeskySolverTest.java Fri Jan 22 18:18:16 2010
@@ -17,16 +17,9 @@
 
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.MathException;
-import org.apache.commons.math.linear.CholeskyDecompositionImpl;
-import org.apache.commons.math.linear.DecompositionSolver;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.ArrayRealVector;
 
 public class CholeskySolverTest extends TestCase {
 
@@ -42,12 +35,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(CholeskySolverTest.class);
-        suite.setName("LUSolver Tests");
-        return suite;
-    }
-
     /** test solve dimension errors */
     public void testSolveDimensionErrors() throws MathException {
         DecompositionSolver solver =

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java Fri Jan 22 18:18:16 2010
@@ -20,17 +20,9 @@
 import java.util.Arrays;
 import java.util.Random;
 
-import org.apache.commons.math.linear.EigenDecomposition;
-import org.apache.commons.math.linear.EigenDecompositionImpl;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.RealVector;
-import org.apache.commons.math.linear.TriDiagonalTransformer;
-import org.apache.commons.math.util.MathUtils;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
+
+import org.apache.commons.math.util.MathUtils;
 
 public class EigenDecompositionImplTest extends TestCase {
 
@@ -41,12 +33,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(EigenDecompositionImplTest.class);
-        suite.setName("EigenDecompositionImpl Tests");
-        return suite;
-    }
-
     public void testDimension1() {
         RealMatrix matrix =
             MatrixUtils.createRealMatrix(new double[][] { { 1.5 } });

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java Fri Jan 22 18:18:16 2010
@@ -19,16 +19,8 @@
 
 import java.util.Random;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
-import org.apache.commons.math.linear.DecompositionSolver;
-import org.apache.commons.math.linear.EigenDecompositionImpl;
-import org.apache.commons.math.linear.InvalidMatrixException;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.ArrayRealVector;
 import org.apache.commons.math.util.MathUtils;
 
 public class EigenSolverTest extends TestCase {
@@ -40,12 +32,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(EigenSolverTest.class);
-        suite.setName("EigenSolver Tests");
-        return suite;
-    }
-
     /** test non invertible matrix */
     public void testNonInvertible() {
         Random r = new Random(9994100315209l);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java Fri Jan 22 18:18:16 2010
@@ -17,18 +17,11 @@
 
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.fraction.Fraction;
 import org.apache.commons.math.fraction.FractionField;
-import org.apache.commons.math.linear.FieldLUDecomposition;
-import org.apache.commons.math.linear.FieldLUDecompositionImpl;
-import org.apache.commons.math.linear.FieldMatrix;
-import org.apache.commons.math.linear.Array2DRowFieldMatrix;
-import org.apache.commons.math.linear.InvalidMatrixException;
 
 public class FieldLUDecompositionImplTest extends TestCase {
     private Fraction[][] testData = {
@@ -63,12 +56,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(FieldLUDecompositionImplTest.class);
-        suite.setName("FieldLUDecompositionImpl Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         FieldMatrix<Fraction> matrix = new Array2DRowFieldMatrix<Fraction>(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.fraction.Fraction;
@@ -96,12 +94,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(FieldMatrixImplTest.class);
-        suite.setName("Array2DRowFieldMatrix<Fraction> Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         Array2DRowFieldMatrix<Fraction> m = new Array2DRowFieldMatrix<Fraction>(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUDecompositionImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUDecompositionImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUDecompositionImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUDecompositionImplTest.java Fri Jan 22 18:18:16 2010
@@ -17,15 +17,7 @@
 
 package org.apache.commons.math.linear;
 
-import org.apache.commons.math.linear.InvalidMatrixException;
-import org.apache.commons.math.linear.LUDecomposition;
-import org.apache.commons.math.linear.LUDecompositionImpl;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 public class LUDecompositionImplTest extends TestCase {
     private double[][] testData = {
@@ -64,12 +56,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(LUDecompositionImplTest.class);
-        suite.setName("LUDecompositionImpl Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         RealMatrix matrix = MatrixUtils.createRealMatrix(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/LUSolverTest.java Fri Jan 22 18:18:16 2010
@@ -17,16 +17,7 @@
 
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.apache.commons.math.linear.DecompositionSolver;
-import org.apache.commons.math.linear.InvalidMatrixException;
-import org.apache.commons.math.linear.LUDecompositionImpl;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.ArrayRealVector;
 
 public class LUSolverTest extends TestCase {
     private double[][] testData = {
@@ -56,12 +47,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(LUSolverTest.class);
-        suite.setName("LUSolver Tests");
-        return suite;
-    }
-
     /** test threshold impact */
     public void testThreshold() {
         final RealMatrix matrix = MatrixUtils.createRealMatrix(new double[][] {

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/MatrixUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/MatrixUtilsTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/MatrixUtilsTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/MatrixUtilsTest.java Fri Jan 22 18:18:16 2010
@@ -17,9 +17,8 @@
 package org.apache.commons.math.linear;
 
 import java.math.BigDecimal;
-import junit.framework.Test;
+
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.fraction.BigFraction;
 import org.apache.commons.math.fraction.Fraction;
@@ -67,12 +66,6 @@
     }
 
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(MatrixUtilsTest.class);
-        suite.setName("MatrixUtils Tests");
-        return suite;
-    }
-
     public void testCreateRealMatrix() {
         assertEquals(new BlockRealMatrix(testData),
                 MatrixUtils.createRealMatrix(testData));

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRDecompositionImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRDecompositionImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRDecompositionImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRDecompositionImplTest.java Fri Jan 22 18:18:16 2010
@@ -19,18 +19,7 @@
 
 import java.util.Random;
 
-import org.apache.commons.math.linear.DefaultRealMatrixChangingVisitor;
-import org.apache.commons.math.linear.DefaultRealMatrixPreservingVisitor;
-import org.apache.commons.math.linear.BlockRealMatrix;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.MatrixVisitorException;
-import org.apache.commons.math.linear.QRDecomposition;
-import org.apache.commons.math.linear.QRDecompositionImpl;
-import org.apache.commons.math.linear.RealMatrix;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 public class QRDecompositionImplTest extends TestCase {
     double[][] testData3x3NonSingular = {
@@ -62,12 +51,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(QRDecompositionImplTest.class);
-        suite.setName("QRDecompositionImpl Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         checkDimension(MatrixUtils.createRealMatrix(testData3x3NonSingular));

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/QRSolverTest.java Fri Jan 22 18:18:16 2010
@@ -19,21 +19,7 @@
 
 import java.util.Random;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.apache.commons.math.linear.DecompositionSolver;
-import org.apache.commons.math.linear.DefaultRealMatrixChangingVisitor;
-import org.apache.commons.math.linear.BlockRealMatrix;
-import org.apache.commons.math.linear.InvalidMatrixException;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.MatrixVisitorException;
-import org.apache.commons.math.linear.QRDecomposition;
-import org.apache.commons.math.linear.QRDecompositionImpl;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.RealVector;
-import org.apache.commons.math.linear.ArrayRealVector;
 
 public class QRSolverTest extends TestCase {
     double[][] testData3x3NonSingular = {
@@ -65,12 +51,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(QRSolverTest.class);
-        suite.setName("QRSolver Tests");
-        return suite;
-    }
-
     /** test rank */
     public void testRank() {
         DecompositionSolver solver =

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/RealMatrixImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/RealMatrixImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/RealMatrixImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/RealMatrixImplTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 
@@ -94,12 +92,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(RealMatrixImplTest.class);
-        suite.setName("RealMatrixImpl Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         RealMatrixImpl m = new RealMatrixImpl(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java Fri Jan 22 18:18:16 2010
@@ -19,14 +19,7 @@
 
 import java.util.Random;
 
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.SingularValueDecomposition;
-import org.apache.commons.math.linear.SingularValueDecompositionImpl;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 public class SingularValueDecompositionImplTest extends TestCase {
 
@@ -48,12 +41,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(SingularValueDecompositionImplTest.class);
-        suite.setName("SingularValueDecompositionImpl Tests");
-        return suite;
-    }
-
     public void testMoreRows() {
         final double[] singularValues = { 123.456, 2.3, 1.001, 0.999 };
         final int rows    = singularValues.length + 2;

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseFieldMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseFieldMatrixTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseFieldMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseFieldMatrixTest.java Fri Jan 22 18:18:16 2010
@@ -16,15 +16,13 @@
  */
 package org.apache.commons.math.linear;
 
+import junit.framework.TestCase;
+
 import org.apache.commons.math.Field;
 import org.apache.commons.math.fraction.Fraction;
 import org.apache.commons.math.fraction.FractionConversionException;
 import org.apache.commons.math.fraction.FractionField;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 /**
  * Test cases for the {@link SparseFieldMatrix} class.
  *
@@ -127,12 +125,6 @@
 
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(SparseFieldMatrixTest.class);
-        suite.setName("SparseFieldMatrix<Fraction> Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         SparseFieldMatrix<Fraction> m = createSparseMatrix(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealMatrixTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealMatrixTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.linear;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 
@@ -108,12 +106,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(SparseRealMatrixTest.class);
-        suite.setName("SparseRealMatrix Tests");
-        return suite;
-    }
-
     /** test dimensions */
     public void testDimensions() {
         OpenMapRealMatrix m = createSparseMatrix(testData);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SparseRealVectorTest.java Fri Jan 22 18:18:16 2010
@@ -19,9 +19,7 @@
 import java.io.Serializable;
 import java.util.Iterator;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.TestUtils;
@@ -475,12 +473,6 @@
 
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(SparseRealVectorTest.class);
-        suite.setName("SparseRealVector Tests");
-        return suite;
-    }
-
     public void testConstructors() {
 
         OpenMapRealVector v0 = new OpenMapRealVector();

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/TriDiagonalTransformerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/TriDiagonalTransformerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/TriDiagonalTransformerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/TriDiagonalTransformerTest.java Fri Jan 22 18:18:16 2010
@@ -19,14 +19,7 @@
 
 import java.util.Arrays;
 
-import org.apache.commons.math.linear.InvalidMatrixException;
-import org.apache.commons.math.linear.MatrixUtils;
-import org.apache.commons.math.linear.RealMatrix;
-import org.apache.commons.math.linear.TriDiagonalTransformer;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 public class TriDiagonalTransformerTest extends TestCase {
 
@@ -179,8 +172,4 @@
 
     }
 
-    public static Test suite() {
-        return new TestSuite(TriDiagonalTransformerTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/ContinuousOutputModelTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/ContinuousOutputModelTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/ContinuousOutputModelTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/ContinuousOutputModelTest.java Fri Jan 22 18:18:16 2010
@@ -177,10 +177,6 @@
     assertTrue(Math.abs(value - reference) < 1.0e-10);
   }
 
-  public static Test suite() {
-    return new TestSuite(ContinuousOutputModelTest.class);
-  }
-
   @Override
   public void setUp() {
     pb = new TestProblem3(0.9);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/FirstOrderConverterTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/FirstOrderConverterTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/FirstOrderConverterTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/FirstOrderConverterTest.java Fri Jan 22 18:18:16 2010
@@ -71,10 +71,6 @@
     assertTrue(Math.abs(error) > 0.1);
   }
 
-  public static Test suite() {
-    return new TestSuite(FirstOrderConverterTest.class);
-  }
-
   private static class Equations
     implements SecondOrderDifferentialEquations {
 

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -244,8 +244,4 @@
       }, 0.0, new double[] { 0.0 }, 5.0, new double[1]);
   }
 
-  public static Test suite() {
-    return new TestSuite(ClassicalRungeKuttaIntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -358,8 +358,4 @@
     private double  maxStep;
   }
 
-  public static Test suite() {
-    return new TestSuite(DormandPrince54IntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -366,8 +366,4 @@
     }
   }
 
-  public static Test suite() {
-    return new TestSuite(DormandPrince853IntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -179,8 +179,4 @@
                       }, 0.0, new double[] { 0.0 }, 5.0, new double[1]);
   }
 
-  public static Test suite() {
-    return new TestSuite(EulerIntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -234,8 +234,4 @@
       }, 0.0, new double[] { 0.0 }, 5.0, new double[1]);
   }
 
-  public static Test suite() {
-    return new TestSuite(GillIntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -360,8 +360,5 @@
     private double  minStep;
     private double  maxStep;
   }
-  public static Test suite() {
-    return new TestSuite(GraggBulirschStoerIntegratorTest.class);
-  }
 
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -17,9 +17,7 @@
 
 package org.apache.commons.math.ode.nonstiff;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.ConvergenceException;
 import org.apache.commons.math.ode.DerivativeException;
@@ -33,7 +31,6 @@
 import org.apache.commons.math.ode.TestProblemHandler;
 import org.apache.commons.math.ode.events.EventException;
 import org.apache.commons.math.ode.events.EventHandler;
-import org.apache.commons.math.ode.nonstiff.HighamHall54Integrator;
 import org.apache.commons.math.ode.sampling.StepHandler;
 import org.apache.commons.math.ode.sampling.StepInterpolator;
 
@@ -399,8 +396,4 @@
     private double maxError;
   }
 
-  public static Test suite() {
-    return new TestSuite(HighamHall54IntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -179,8 +179,4 @@
       }, 0.0, new double[] { 0.0 }, 5.0, new double[1]);
   }
 
-  public static Test suite() {
-    return new TestSuite(MidpointIntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java Fri Jan 22 18:18:16 2010
@@ -229,8 +229,4 @@
       }, 0.0, new double[] { 0.0 }, 5.0, new double[1]);
   }
 
-  public static Test suite() {
-    return new TestSuite(ThreeEighthesIntegratorTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/StepNormalizerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/StepNormalizerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/StepNormalizerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/StepNormalizerTest.java Fri Jan 22 18:18:16 2010
@@ -96,10 +96,6 @@
     this.lastSeen = lastSeen;
   }
 
-  public static Test suite() {
-    return new TestSuite(StepNormalizerTest.class);
-  }
-
   @Override
   public void setUp() {
     pb = new TestProblem3(0.9);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/GaussNewtonOptimizerTest.java Fri Jan 22 18:18:16 2010
@@ -22,9 +22,7 @@
 import java.util.ArrayList;
 import java.util.Arrays;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction;
@@ -584,8 +582,4 @@
 
     }
 
-    public static Test suite() {
-        return new TestSuite(GaussNewtonOptimizerTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizerTest.java Fri Jan 22 18:18:16 2010
@@ -23,9 +23,7 @@
 import java.util.Arrays;
 import java.util.List;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction;
@@ -669,8 +667,4 @@
 
     }
 
-    public static Test suite() {
-        return new TestSuite(LevenbergMarquardtOptimizerTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/MinpackTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/MinpackTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/MinpackTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/MinpackTest.java Fri Jan 22 18:18:16 2010
@@ -20,9 +20,7 @@
 import java.io.Serializable;
 import java.util.Arrays;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction;
@@ -1531,8 +1529,4 @@
 
   }
 
-  public static Test suite() {
-    return new TestSuite(MinpackTest.class);
-  }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizerTest.java Fri Jan 22 18:18:16 2010
@@ -21,9 +21,7 @@
 import java.io.Serializable;
 import java.util.ArrayList;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.FunctionEvaluationException;
 import org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction;
@@ -494,8 +492,4 @@
 
     }
 
-    public static Test suite() {
-        return new TestSuite(NonLinearConjugateGradientOptimizerTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/AbstractRandomGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/AbstractRandomGeneratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/AbstractRandomGeneratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/AbstractRandomGeneratorTest.java Fri Jan 22 18:18:16 2010
@@ -15,8 +15,6 @@
  * limitations under the License.
  */
 package org.apache.commons.math.random;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.stat.Frequency;
 
@@ -36,12 +34,6 @@
         randomData = new RandomDataImpl(testGenerator);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(AbstractRandomGeneratorTest.class);
-        suite.setName("AbstractRandomGenerator Tests");
-        return suite;
-    }
-
     @Override
     public void testNextInt() {
         try {

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/CorrelatedRandomVectorGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/CorrelatedRandomVectorGeneratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/CorrelatedRandomVectorGeneratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/CorrelatedRandomVectorGeneratorTest.java Fri Jan 22 18:18:16 2010
@@ -17,9 +17,7 @@
 
 package org.apache.commons.math.random;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.DimensionMismatchException;
 import org.apache.commons.math.linear.MatrixUtils;
@@ -142,10 +140,6 @@
         generator  = null;
     }
 
-    public static Test suite() {
-        return new TestSuite(CorrelatedRandomVectorGeneratorTest.class);
-    }
-
     private double[] mean;
     private RealMatrix covariance;
     private CorrelatedRandomVectorGenerator generator;

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java Fri Jan 22 18:18:16 2010
@@ -23,9 +23,6 @@
 import java.net.URL;
 import java.util.ArrayList;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
 import org.apache.commons.math.RetryTestCase;
 import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.stat.descriptive.SummaryStatistics;
@@ -73,12 +70,6 @@
         }
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(EmpiricalDistributionTest.class);
-        suite.setName("EmpiricalDistribution Tests");
-        return suite;
-    }
-
     /**
      * Test EmpiricalDistrbution.load() using sample data file.<br>
      * Check that the sampleCount, mu and sigma match data in

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/GaussianRandomGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/GaussianRandomGeneratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/GaussianRandomGeneratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/GaussianRandomGeneratorTest.java Fri Jan 22 18:18:16 2010
@@ -40,8 +40,4 @@
         assertEquals(1.0, StatUtils.variance(sample), 0.01);
     }
 
-    public static Test suite() {
-        return new TestSuite(GaussianRandomGeneratorTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java Fri Jan 22 18:18:16 2010
@@ -15,8 +15,7 @@
  * limitations under the License.
  */
 package org.apache.commons.math.random;
-import junit.framework.Test;
-import junit.framework.TestSuite;
+
 import java.util.Random;
 
 /**
@@ -31,12 +30,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(RandomAdaptorTest.class);
-        suite.setName("RandomAdaptor Tests");
-        return suite;
-    }
-
     public void testAdaptor() {
         ConstantGenerator generator = new ConstantGenerator();
         Random random = RandomAdaptor.createAdaptor(generator);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java Fri Jan 22 18:18:16 2010
@@ -16,22 +16,20 @@
  */
 package org.apache.commons.math.random;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import junit.framework.AssertionFailedError;
-
 import java.text.DecimalFormat;
 import java.util.ArrayList;
 import java.util.HashSet;
 import java.util.List;
 
+import junit.framework.AssertionFailedError;
+
 import org.apache.commons.math.RetryTestCase;
 import org.apache.commons.math.distribution.PoissonDistribution;
 import org.apache.commons.math.distribution.PoissonDistributionImpl;
 import org.apache.commons.math.stat.Frequency;
-import org.apache.commons.math.stat.inference.ChiSquareTestImpl;
-import org.apache.commons.math.stat.inference.ChiSquareTest;
 import org.apache.commons.math.stat.descriptive.SummaryStatistics;
+import org.apache.commons.math.stat.inference.ChiSquareTest;
+import org.apache.commons.math.stat.inference.ChiSquareTestImpl;
 
 /**
  * Test cases for the RandomData class.
@@ -55,12 +53,6 @@
     protected RandomDataImpl randomData = null;
     protected ChiSquareTestImpl testStatistic = new ChiSquareTestImpl();
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(RandomDataTest.class);
-        suite.setName("RandomData Tests");
-        return suite;
-    }
-
     public void testNextIntExtremeValues() {
         int x = randomData.nextInt(Integer.MIN_VALUE, Integer.MAX_VALUE);
         int y = randomData.nextInt(Integer.MIN_VALUE, Integer.MAX_VALUE);

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java Fri Jan 22 18:18:16 2010
@@ -77,10 +77,6 @@
         generator = null;
     }
 
-    public static Test suite() {
-        return new TestSuite(UncorrelatedRandomVectorGeneratorTest.class);
-    }
-
     private double[] mean;
     private double[] standardDeviation;
     private UncorrelatedRandomVectorGenerator generator;

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UniformRandomGeneratorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UniformRandomGeneratorTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UniformRandomGeneratorTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UniformRandomGeneratorTest.java Fri Jan 22 18:18:16 2010
@@ -40,9 +40,4 @@
         assertEquals(1.0, StatUtils.variance(sample), 0.02);
     }
 
-
-    public static Test suite() {
-        return new TestSuite(UniformRandomGeneratorTest.class);
-    }
-
 }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ValueServerTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ValueServerTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ValueServerTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ValueServerTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,6 @@
  */
 package org.apache.commons.math.random;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
 import java.io.EOFException;
 import java.net.URL;
 
@@ -50,13 +47,6 @@
         }
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(ValueServerTest.class);
-        suite.setName("ValueServer Tests");
-        return suite;
-    }
-
-
     /**
       * Generate 1000 random values and make sure they look OK.<br>
       * Note that there is a non-zero (but very small) probability that

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/CertifiedDataTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/CertifiedDataTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/CertifiedDataTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/CertifiedDataTest.java Fri Jan 22 18:18:16 2010
@@ -16,15 +16,13 @@
  */
 package org.apache.commons.math.stat;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
 import java.io.BufferedReader;
 import java.io.InputStreamReader;
 
-import org.apache.commons.math.stat.descriptive.SummaryStatistics;
+import junit.framework.TestCase;
+
 import org.apache.commons.math.stat.descriptive.DescriptiveStatistics;
+import org.apache.commons.math.stat.descriptive.SummaryStatistics;
 
 /**
  * Certified data test cases.
@@ -45,15 +43,6 @@
     }
 
     /**
-     * @return The test suite
-     */
-    public static Test suite() {
-        TestSuite suite = new TestSuite(CertifiedDataTest.class);
-        suite.setName("Certified Tests");
-        return suite;
-    }
-
-    /**
      * Test SummaryStatistics - implementations that do not store the data
      * and use single pass algorithms to compute statistics
     */

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/FrequencyTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/FrequencyTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/FrequencyTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/FrequencyTest.java Fri Jan 22 18:18:16 2010
@@ -21,11 +21,9 @@
 import java.io.StringReader;
 import java.util.Iterator;
 
-import org.apache.commons.math.TestUtils;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
+
+import org.apache.commons.math.TestUtils;
 
 /**
  * Test cases for the {@link Frequency} class.
@@ -52,12 +50,6 @@
         f = new Frequency();
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(FrequencyTest.class);
-        suite.setName("Frequency Tests");
-        return suite;
-    }
-
     /** test freq counts */
     public void testCounts() {
         assertEquals("total count",0,f.getSumFreq());

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.stat;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.TestUtils;
 
@@ -45,12 +43,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(StatUtilsTest.class);
-        suite.setName("StatUtil Tests");
-        return suite;
-    }
-
     /** test stats */
     public void testStats() {
         double[] values = new double[] { one, two, two, three };

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatisticTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatisticTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatisticTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatisticTest.java Fri Jan 22 18:18:16 2010
@@ -16,9 +16,7 @@
  */
 package org.apache.commons.math.stat.descriptive;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.stat.descriptive.moment.Mean;
 
@@ -33,12 +31,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(AbstractUnivariateStatisticTest.class);
-        suite.setName("AbstractUnivariateStatistic Tests");
-        return suite;
-    }
-
     protected double[] testArray = {0, 1, 2, 3, 4, 5};
     protected double[] testWeightsArray = {0.3, 0.2, 1.3, 1.1, 1.0, 1.8};
     protected double[] testNegativeWeightsArray = {-0.3, 0.2, -1.3, 1.1, 1.0, 1.8};

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatisticsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatisticsTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatisticsTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatisticsTest.java Fri Jan 22 18:18:16 2010
@@ -17,16 +17,14 @@
 
 package org.apache.commons.math.stat.descriptive;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import java.util.Collection;
 import java.util.ArrayList;
+import java.util.Collection;
 
+import junit.framework.TestCase;
+
+import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.random.RandomData;
 import org.apache.commons.math.random.RandomDataImpl;
-import org.apache.commons.math.TestUtils;
 
 
 /**
@@ -36,18 +34,6 @@
 public class AggregateSummaryStatisticsTest extends TestCase {
 
     /**
-     * Creates and returns a {@code Test} representing all the test cases in this
-     * class
-     *
-     * @return a {@code Test} representing all the test cases in this class
-     */
-    public static Test suite() {
-        TestSuite suite = new TestSuite(AggregateSummaryStatisticsTest.class);
-        suite.setName("AggregateSummaryStatistics tests");
-        return suite;
-    }
-
-    /**
      * Tests the standard aggregation behavior
      */
     public void testAggregation() {

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java Fri Jan 22 18:18:16 2010
@@ -15,9 +15,7 @@
 
 import java.util.Locale;
 
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 import org.apache.commons.math.stat.descriptive.rank.Percentile;
 import org.apache.commons.math.util.MathUtils;
@@ -34,12 +32,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(DescriptiveStatisticsTest.class);
-        suite.setName("DescriptiveStatistics Tests");
-        return suite;
-    }
-
     protected DescriptiveStatistics createDescriptiveStatistics() {
         return new DescriptiveStatistics();
     }

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/ListUnivariateImplTest.java Fri Jan 22 18:18:16 2010
@@ -19,11 +19,9 @@
 import java.util.ArrayList;
 import java.util.List;
 
-import org.apache.commons.math.TestUtils;
-
-import junit.framework.Test;
 import junit.framework.TestCase;
-import junit.framework.TestSuite;
+
+import org.apache.commons.math.TestUtils;
 
 /**
  * Test cases for the {@link ListUnivariateImpl} class.
@@ -51,12 +49,6 @@
         super(name);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(ListUnivariateImplTest.class);
-        suite.setName("Frequency Tests");
-        return suite;
-    }
-
     /** test stats */
     public void testStats() {
         List<Object> externalList = new ArrayList<Object>();

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java?rev=902201&r1=902200&r2=902201&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/descriptive/MixedListUnivariateImplTest.java Fri Jan 22 18:18:16 2010
@@ -20,11 +20,10 @@
 import java.util.ArrayList;
 import java.util.List;
 
+import junit.framework.TestCase;
+
 import org.apache.commons.math.util.NumberTransformer;
 import org.apache.commons.math.util.TransformerMap;
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
 
 /**
  * Test cases for the {@link ListUnivariateImpl} class.
@@ -59,12 +58,6 @@
 
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(MixedListUnivariateImplTest.class);
-        suite.setName("Mixed List Tests");
-        return suite;
-    }
-
     /** test stats */
     public void testStats() {
         List<Object> externalList = new ArrayList<Object>();