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:$ $Date$

Field Summary
 
Fields inherited from class org.apache.commons.math.random.RandomDataTest
expected, largeSampleSize, randomData, smallSampleSize, testStatistic
 
Constructor Summary
RandomAdaptorTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAdaptor()
           
 
Methods inherited from class org.apache.commons.math.random.RandomDataTest
setUp, testConfig, testNextExponential, testNextGaussian, testNextHex, testNextInt, testNextIntExtremeValues, testNextLong, testNextLongExtremeValues, testNextPermutation, testNextPoisson, 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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomAdaptorTest

public RandomAdaptorTest(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

testAdaptor

public void testAdaptor()


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.