org.apache.commons.math.complex
Class ComplexFormatTest

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

public class ComplexFormatTest
extends ComplexFormatAbstractTest


Constructor Summary
ComplexFormatTest()
           
 
Method Summary
protected  char getDecimalCharacter()
           
protected  Locale getLocale()
           
 
Methods inherited from class org.apache.commons.math.complex.ComplexFormatAbstractTest
setUp, testConstructorSingleFormat, testDifferentImaginaryChar, testForgottenImaginaryCharacter, testFormatNumber, testFormatObject, testGetImaginaryFormat, testGetRealFormat, testNan, testNegativeBoth, testNegativeImaginary, testNegativeInfinity, testNegativeReal, testParseDifferentImaginaryChar, testParseNan, testParseNegativeBoth, testParseNegativeImaginary, testParseNegativeReal, testParsePositiveInfinity, testParseSimpleNoDecimals, testParseSimpleWithDecimals, testParseSimpleWithDecimalsTrunc, testParseZeroImaginary, testParseZeroReal, testPaseNegativeInfinity, testPositiveInfinity, testSetImaginaryCharacterEmpty, testSetImaginaryCharacterNull, testSetImaginaryFormatNull, testSetRealFormatNull, testSimpleNoDecimals, testSimpleWithDecimals, testSimpleWithDecimalsTrunc, testStaticFormatComplex, testZeroImaginary, testZeroReal
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

ComplexFormatTest

public ComplexFormatTest()
Method Detail

getDecimalCharacter

protected char getDecimalCharacter()
Specified by:
getDecimalCharacter in class ComplexFormatAbstractTest

getLocale

protected Locale getLocale()
Specified by:
getLocale in class ComplexFormatAbstractTest


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