org.apache.commons.math3.analysis.function
Class StepFunctionTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.function.StepFunctionTest

public class StepFunctionTest
extends Object

Test for class StepFunction.


Constructor Summary
StepFunctionTest()
           
 
Method Summary
 void testEndpointBehavior()
           
 void testHeaviside()
           
 void testPreconditions1()
           
 void testPreconditions2()
           
 void testPreconditions3()
           
 void testPreconditions4()
           
 void testPreconditions5()
           
 void testPreconditions6()
           
 void testSomeValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepFunctionTest

public StepFunctionTest()
Method Detail

testPreconditions1

public void testPreconditions1()

testPreconditions2

public void testPreconditions2()

testPreconditions3

public void testPreconditions3()

testPreconditions4

public void testPreconditions4()

testPreconditions5

public void testPreconditions5()

testPreconditions6

public void testPreconditions6()

testSomeValues

public void testSomeValues()

testEndpointBehavior

public void testEndpointBehavior()

testHeaviside

public void testHeaviside()


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