org.apache.commons.math
Class MathExceptionTest

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

public class MathExceptionTest
extends junit.framework.TestCase

Version:
$Revision: 746578 $ $Date: 2009-02-21 15:01:14 -0500 (Sat, 21 Feb 2009) $

Constructor Summary
MathExceptionTest()
           
 
Method Summary
 void testConstructor()
           
 void testConstructorCause()
           
 void testConstructorPatternArguments()
           
 void testConstructorPatternArgumentsCause()
           
 void testPrintStackTrace()
          Tests the printStackTrace() operation.
 void testSerialization()
          Test serialization
 
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

MathExceptionTest

public MathExceptionTest()
Method Detail

testConstructor

public void testConstructor()

testConstructorPatternArguments

public void testConstructorPatternArguments()

testConstructorCause

public void testConstructorCause()

testConstructorPatternArgumentsCause

public void testConstructorPatternArgumentsCause()

testPrintStackTrace

public void testPrintStackTrace()
Tests the printStackTrace() operation.


testSerialization

public void testSerialization()
Test serialization



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