us.ihmc.utilities.math.dataStructures
Class ComplexNumberTest

java.lang.Object
  extended by us.ihmc.utilities.math.dataStructures.ComplexNumberTest

public class ComplexNumberTest
extends java.lang.Object


Constructor Summary
ComplexNumberTest()
           
 
Method Summary
 void regessionTestThree()
           
 void regessionTestTwo()
           
 void regressionTest()
           
 void testALotOfRandomComplexNumbers()
           
 void testCommonUsage()
           
 void testEpsilonEquals()
           
 void testToString()
           
 void testZero()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexNumberTest

public ComplexNumberTest()
Method Detail

testCommonUsage

public void testCommonUsage()

testZero

public void testZero()

testALotOfRandomComplexNumbers

public void testALotOfRandomComplexNumbers()

testEpsilonEquals

public void testEpsilonEquals()

regressionTest

public void regressionTest()

regessionTestTwo

public void regessionTestTwo()

regessionTestThree

public void regessionTestThree()

testToString

public void testToString()