JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class MathUtilityTest

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

public class MathUtilityTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
MathUtilityTest(java.lang.String name)
           
 
Method Summary
 void testClosestLineSegmentPoints()
           
 void testDistance()
           
 void testGetQuadraticFactorsFailure()
           
 void testGetQuadraticFactorsRandom()
           
 void testMinus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtilityTest

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

testGetQuadraticFactorsFailure

public void testGetQuadraticFactorsFailure()

testGetQuadraticFactorsRandom

public void testGetQuadraticFactorsRandom()

testDistance

public void testDistance()

testMinus

public void testMinus()

testClosestLineSegmentPoints

public void testClosestLineSegmentPoints()

JavaGenes, NASA Ames. Written largely by Al Globus