|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.RetryTestCase
org.apache.commons.math.random.RandomDataTest
org.apache.commons.math.random.AbstractRandomGeneratorTest
public class AbstractRandomGeneratorTest
Test cases for the AbstractRandomGenerator class
Field Summary | |
---|---|
protected TestRandomGenerator |
testGenerator
|
Fields inherited from class org.apache.commons.math.random.RandomDataTest |
---|
expected, largeSampleSize, randomData, smallSampleSize, testStatistic |
Constructor Summary | |
---|---|
AbstractRandomGeneratorTest(String name)
|
Method Summary | |
---|---|
static junit.framework.Test |
suite()
|
void |
testNextBoolean()
|
void |
testNextFloat()
|
void |
testNextInt()
test dispersion and failure modes for nextInt() |
void |
testNextLong()
test dispersion and failure modes for nextLong() |
Methods inherited from class org.apache.commons.math.random.RandomDataTest |
---|
testConfig, testNextExponential, testNextGaussian, testNextHex, testNextIntExtremeValues, 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 |
Field Detail |
---|
protected TestRandomGenerator testGenerator
Constructor Detail |
---|
public AbstractRandomGeneratorTest(String name)
Method Detail |
---|
public static junit.framework.Test suite()
public void testNextInt()
RandomDataTest
testNextInt
in class RandomDataTest
public void testNextLong()
RandomDataTest
testNextLong
in class RandomDataTest
public void testNextBoolean()
public void testNextFloat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |