| org.apache.harmony.luni.tests.java.util.RandomTest
RandomTest | public class RandomTest extends junit.framework.TestCase (Code) | | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_Constructor | public void test_Constructor()(Code) | | |
test_ConstructorJ | public void test_ConstructorJ()(Code) | | |
test_nextBoolean | public void test_nextBoolean()(Code) | | |
test_nextBytes$B | public void test_nextBytes$B()(Code) | | |
test_nextDouble | public void test_nextDouble()(Code) | | |
test_nextFloat | public void test_nextFloat()(Code) | | |
test_nextGaussian | public void test_nextGaussian()(Code) | | |
test_nextInt | public void test_nextInt()(Code) | | |
test_nextIntI | public void test_nextIntI()(Code) | | |
test_nextLong | public void test_nextLong()(Code) | | |
test_random_generate | public void test_random_generate() throws Exception(Code) | | |
test_setSeedJ | public void test_setSeedJ()(Code) | | |
|
|