org.apache.commons.math.random
Class RandomAdaptorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.RetryTestCase
              extended by org.apache.commons.math.random.RandomDataTest
                  extended by org.apache.commons.math.random.RandomAdaptorTest
All Implemented Interfaces:
junit.framework.Test

public class RandomAdaptorTest
extends RandomDataTest

Test cases for the RandomAdaptor class

Version:
$Revision: 796543 $ $Date: 2009-07-21 17:32:38 -0400 (Tue, 21 Jul 2009) $

Field Summary
 
Fields inherited from class org.apache.commons.math.random.RandomDataTest
expected, largeSampleSize, randomData, smallSampleSize, testStatistic
 
Constructor Summary
RandomAdaptorTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAdaptor()
           
 
Methods inherited from class org.apache.commons.math.random.RandomDataTest
testConfig, testNextExponential, testNextGaussian, testNextHex, testNextInt, testNextIntExtremeValues, testNextLong, testNextLongExtremeValues, testNextPermutation, testNextPoisson, testNextPoissonLargeMean, testNextSample, testNextSecureHex, testNextSecureInt, testNextSecureLong, testNextUniform, testNextUniformExclusiveEndpoints
 
Methods inherited from class org.apache.commons.math.RetryTestCase
runTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomAdaptorTest

public RandomAdaptorTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

testAdaptor

public void testAdaptor()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.