org.apache.commons.math3.util
Class IncrementorTest

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

public class IncrementorTest
extends Object

Test for Incrementor.


Constructor Summary
IncrementorTest()
           
 
Method Summary
 void testAboveMaxCount()
           
 void testAccessor()
           
 void testAlternateException()
           
 void testBelowMaxCount()
           
 void testBulkIncrement()
           
 void testCanIncrement1()
           
 void testCanIncrement2()
           
 void testConstructor1()
           
 void testConstructor2()
           
 void testReset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementorTest

public IncrementorTest()
Method Detail

testConstructor1

public void testConstructor1()

testConstructor2

public void testConstructor2()

testCanIncrement1

public void testCanIncrement1()

testCanIncrement2

public void testCanIncrement2()

testAccessor

public void testAccessor()

testBelowMaxCount

public void testBelowMaxCount()

testAboveMaxCount

public void testAboveMaxCount()

testAlternateException

public void testAlternateException()

testReset

public void testReset()

testBulkIncrement

public void testBulkIncrement()


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