JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class IntegerIntervalTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.alsUtility.IntegerIntervalTest

public class IntegerIntervalTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
IntegerIntervalTest(java.lang.String name)
           
 
Method Summary
 void testDistanceFrom()
           
 void testEquals()
           
 void testEqualsExtremes()
           
 void testGetArrayOfAllValues()
           
 void testGetRandomUniqueIndices()
           
 void testIntervalInclusive()
           
 void testIsBetween()
           
 void testIsNonNegative()
           
 void testLimitTo()
           
 void testRandom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerIntervalTest

public IntegerIntervalTest(java.lang.String name)
Method Detail

testEquals

public void testEquals()

testLimitTo

public void testLimitTo()

testIsNonNegative

public void testIsNonNegative()

testGetRandomUniqueIndices

public void testGetRandomUniqueIndices()

testGetArrayOfAllValues

public void testGetArrayOfAllValues()

testIntervalInclusive

public void testIntervalInclusive()

testEqualsExtremes

public void testEqualsExtremes()

testDistanceFrom

public void testDistanceFrom()

testRandom

public void testRandom()

testIsBetween

public void testIsBetween()

JavaGenes, NASA Ames. Written largely by Al Globus