JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class DoubleIntervalTest

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

public class DoubleIntervalTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
DoubleIntervalTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testConstructor()
           
 void testDistanceFrom()
           
 void testExpand()
           
 void testExpandByAddition()
           
 void testExtendIfNecessary()
           
 void testGet()
           
 void testIsPositive()
           
 void testLimitToDouble()
           
 void testMidPoint()
           
 void testNearlyEqual()
           
 void testRandomGaussian()
           
 void testSetToExtremes()
           
 void testTerpolate0to1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleIntervalTest

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

setUp

public void setUp()

testConstructor

public void testConstructor()

testNearlyEqual

public void testNearlyEqual()

testMidPoint

public void testMidPoint()

testExpandByAddition

public void testExpandByAddition()

testExpand

public void testExpand()

testGet

public void testGet()

testTerpolate0to1

public void testTerpolate0to1()

testDistanceFrom

public void testDistanceFrom()

testLimitToDouble

public void testLimitToDouble()

testRandomGaussian

public void testRandomGaussian()

testExtendIfNecessary

public void testExtendIfNecessary()

testSetToExtremes

public void testSetToExtremes()

testIsPositive

public void testIsPositive()

JavaGenes, NASA Ames. Written largely by Al Globus