org.apache.commons.math3.util
Class MathUtilsTest

java.lang.Object
  extended by org.apache.commons.math3.util.MathUtilsTest

public final class MathUtilsTest
extends Object

Test cases for the MathUtils class.

Version:
$Id: MathUtilsTest.java 1449529 2013-02-24 19:13:17Z luc $ 2007) $

Constructor Summary
MathUtilsTest()
           
 
Method Summary
 void testArrayHash()
           
 void testCheckFinite()
           
 void testCheckNotNull1()
           
 void testCheckNotNull2()
           
 void testCopySignByte()
           
 void testCopySignByte2()
           
 void testHash()
           
 void testIndicatorByte()
           
 void testIndicatorInt()
           
 void testIndicatorLong()
           
 void testIndicatorShort()
           
 void testNormalizeAngle()
           
 void testPermutedArrayHash()
          Make sure that permuted arrays do not hash to the same value.
 void testReduce()
           
 void testReduceComparedWithNormalizeAngle()
           
 void testSignByte()
           
 void testSignInt()
           
 void testSignLong()
           
 void testSignShort()
           
 
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

testHash

public void testHash()

testArrayHash

public void testArrayHash()

testPermutedArrayHash

public void testPermutedArrayHash()
Make sure that permuted arrays do not hash to the same value.


testIndicatorByte

public void testIndicatorByte()

testIndicatorInt

public void testIndicatorInt()

testIndicatorLong

public void testIndicatorLong()

testIndicatorShort

public void testIndicatorShort()

testNormalizeAngle

public void testNormalizeAngle()

testReduce

public void testReduce()

testReduceComparedWithNormalizeAngle

public void testReduceComparedWithNormalizeAngle()

testSignByte

public void testSignByte()

testSignInt

public void testSignInt()

testSignLong

public void testSignLong()

testSignShort

public void testSignShort()

testCheckFinite

public void testCheckFinite()

testCheckNotNull1

public void testCheckNotNull1()

testCheckNotNull2

public void testCheckNotNull2()

testCopySignByte

public void testCopySignByte()

testCopySignByte2

public void testCopySignByte2()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.