org.apache.commons.math
Class FunctionEvaluationExceptionTest

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

public class FunctionEvaluationExceptionTest
extends junit.framework.TestCase

Version:
$Revision: 758051 $ $Date: 2009-03-24 18:10:16 -0400 (Tue, 24 Mar 2009) $

Constructor Summary
FunctionEvaluationExceptionTest()
           
 
Method Summary
 void testConstructor()
           
 void testConstructorArgumentCause()
           
 void testConstructorArray()
           
 void testConstructorArrayArgumentCause()
           
 void testConstructorArrayPatternArguments()
           
 void testConstructorArrayPatternArgumentsCause()
           
 void testConstructorPatternArguments()
           
 void testConstructorPatternArgumentsCause()
           
 
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

FunctionEvaluationExceptionTest

public FunctionEvaluationExceptionTest()
Method Detail

testConstructor

public void testConstructor()

testConstructorArray

public void testConstructorArray()

testConstructorPatternArguments

public void testConstructorPatternArguments()

testConstructorArrayPatternArguments

public void testConstructorArrayPatternArguments()

testConstructorPatternArgumentsCause

public void testConstructorPatternArgumentsCause()

testConstructorArrayPatternArgumentsCause

public void testConstructorArrayPatternArgumentsCause()

testConstructorArgumentCause

public void testConstructorArgumentCause()

testConstructorArrayArgumentCause

public void testConstructorArrayArgumentCause()


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