org.apache.commons.math.analysis.integration
Class LegendreGaussIntegratorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.analysis.integration.LegendreGaussIntegratorTest
All Implemented Interfaces:
junit.framework.Test

public class LegendreGaussIntegratorTest
extends junit.framework.TestCase


Constructor Summary
LegendreGaussIntegratorTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testExactIntegration()
           
 void testQuinticFunction()
           
 void testSinFunction()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegendreGaussIntegratorTest

public LegendreGaussIntegratorTest(String name)
Method Detail

testSinFunction

public void testSinFunction()
                     throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testQuinticFunction

public void testQuinticFunction()
                         throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testExactIntegration

public void testExactIntegration()
                          throws org.apache.commons.math.ConvergenceException,
                                 org.apache.commons.math.FunctionEvaluationException
Throws:
org.apache.commons.math.ConvergenceException
org.apache.commons.math.FunctionEvaluationException

suite

public static junit.framework.Test suite()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.