org.jcoderz.commons.util
Class RandomUtilTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.util.RandomUtilTest
All Implemented Interfaces:
Test

public class RandomUtilTest
extends TestCase

JUnit test for the class RandomUtil.

Author:
Michael Griffel

Constructor Summary
RandomUtilTest()
           
 
Method Summary
 void testRandom()
          Tests the method RandomUtil.random(long, long).
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomUtilTest

public RandomUtilTest()
Method Detail

testRandom

public void testRandom()
Tests the method RandomUtil.random(long, long).



Copyright 2007 The jCoderZ Project.