org.deegree.commons.utils.math
Class MathUtilsTest

java.lang.Object
  extended by org.deegree.commons.utils.math.MathUtilsTest

public class MathUtilsTest
extends Object

The MathUtilsTest test some basic methods

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $

Constructor Summary
MathUtilsTest()
           
 
Method Summary
 void testNearestPowerOfTwo()
          Test method for MathUtils.previousPowerOfTwo(double).
 void testNextPowerOfTwo()
          Test method for MathUtils.nextPowerOfTwoValue(double).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtilsTest

public MathUtilsTest()
Method Detail

testNearestPowerOfTwo

public void testNearestPowerOfTwo()
Test method for MathUtils.previousPowerOfTwo(double).


testNextPowerOfTwo

public void testNextPowerOfTwo()
Test method for MathUtils.nextPowerOfTwoValue(double).



Copyright © 2011. All Rights Reserved.