uk.ac.ed.inf.utils.stats.tests
Class RandomUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by uk.ac.ed.inf.utils.stats.tests.RandomUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class RandomUtilsTest
extends junit.framework.TestCase

Class

Version:
29 Jun 2008
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
RandomUtilsTest()
           
 
Method Summary
static UniformRandomUtils getRandomUtils()
           
 void testPickInteger()
           
 void testRandomDoubleNumber()
           
 void testRandomIntNumber()
           
 void testRandomSubmap()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomUtilsTest

public RandomUtilsTest()
Method Detail

testPickInteger

public void testPickInteger()

testRandomDoubleNumber

public void testRandomDoubleNumber()

testRandomIntNumber

public void testRandomIntNumber()

testRandomSubmap

public void testRandomSubmap()

getRandomUtils

public static UniformRandomUtils getRandomUtils()