|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.random.ValueServerTest
public final class ValueServerTest
Test cases for the ValueServer class.
| Constructor Summary | |
|---|---|
ValueServerTest()
|
|
| Method Summary | |
|---|---|
void |
setUp()
|
void |
testEmptyDigestFile()
|
void |
testEmptyReplayFile()
|
void |
testFill()
Test fill |
void |
testFixedSeed()
Verify that when provided with fixed seeds, stochastic modes generate fixed sequences. |
void |
testModes()
Test other ValueServer modes |
void |
testNextDigest()
Generate 1000 random values and make sure they look OK. |
void |
testNextDigestFail()
Make sure exception thrown if digest getNext is attempted before loading empiricalDistribution. |
void |
testProperties()
Test getters to make Clover happy |
void |
testReplay()
Test ValueServer REPLAY_MODE using values in testData file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueServerTest()
| Method Detail |
|---|
public void setUp()
public void testNextDigest()
throws Exception
Exception
public void testFixedSeed()
throws Exception
Exception
public void testNextDigestFail()
throws Exception
Exception
public void testEmptyReplayFile()
throws Exception
Exception
public void testEmptyDigestFile()
throws Exception
Exception
public void testReplay()
throws Exception
Exception
public void testModes()
throws Exception
Exception
public void testFill()
throws Exception
Exception
public void testProperties()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||