|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--fr.jussieu.gla.wasa.core.junit.DeterministicRandomTest
Automated test for DeterministicRandom
Constructor Summary | |
DeterministicRandomTest(java.lang.String s)
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testCrashTestSequence()
Test the BadRandomInvocationException. |
void |
testNextDoubleSequence()
Test the NextDouble method of the DeterministicRandom . |
void |
testNextFloatSequence()
Test the NextFloat method of the DeterministicRandom . |
void |
testNextIntBoundSequence()
Test the NextInt( int ) method of the DeterministicRandom . |
void |
testNextIntSequence()
Test the NextInt method of the DeterministicRandom . |
void |
testNextLongSequence()
Test the NextLong method of the DeterministicRandom . |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeterministicRandomTest(java.lang.String s)
Method Detail |
public void testNextIntSequence()
DeterministicRandom
.public void testNextLongSequence()
DeterministicRandom
.public void testNextFloatSequence()
DeterministicRandom
.public void testNextDoubleSequence()
DeterministicRandom
.public void testNextIntBoundSequence()
DeterministicRandom
.public void testCrashTestSequence()
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |