org.apache.commons.math3.util
Class ResizableDoubleArrayTest
java.lang.Object
org.apache.commons.math3.util.DoubleArrayAbstractTest
org.apache.commons.math3.util.ResizableDoubleArrayTest
public class ResizableDoubleArrayTest
- extends DoubleArrayAbstractTest
This class contains test cases for the ResizableDoubleArray.
- Version:
- $Id: ResizableDoubleArrayTest.java 1410121 2012-11-16 00:18:30Z erans $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResizableDoubleArrayTest
public ResizableDoubleArrayTest()
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
setUp
public void setUp()
throws Exception
- Throws:
Exception
testConstructors
public void testConstructors()
testSetElementArbitraryExpansion1
public void testSetElementArbitraryExpansion1()
testSetElementArbitraryExpansion2
public void testSetElementArbitraryExpansion2()
testAdd1000
public void testAdd1000()
- Overrides:
testAdd1000 in class DoubleArrayAbstractTest
testAddElements
public void testAddElements()
testAddElementRolling
public void testAddElementRolling()
- Overrides:
testAddElementRolling in class DoubleArrayAbstractTest
testSetNumberOfElements
public void testSetNumberOfElements()
testWithInitialCapacity
public void testWithInitialCapacity()
testWithInitialCapacityAndExpansionFactor
public void testWithInitialCapacityAndExpansionFactor()
testDiscard
public void testDiscard()
testSubstitute
public void testSubstitute()
testMutators
public void testMutators()
testEqualsAndHashCode
public void testEqualsAndHashCode()
throws Exception
- Throws:
Exception
testGetArrayRef
public void testGetArrayRef()
testCompute
public void testCompute()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.