org.apache.commons.math3.complex
Class FrenchComplexFormatTest

java.lang.Object
  extended by org.apache.commons.math3.complex.ComplexFormatAbstractTest
      extended by org.apache.commons.math3.complex.FrenchComplexFormatTest

public class FrenchComplexFormatTest
extends ComplexFormatAbstractTest


Constructor Summary
FrenchComplexFormatTest()
           
 
Method Summary
protected  char getDecimalCharacter()
           
protected  Locale getLocale()
           
 
Methods inherited from class org.apache.commons.math3.complex.ComplexFormatAbstractTest
testConstructorSingleFormat, testDefaultFormatComplex, testDifferentImaginaryChar, testForgottenImaginaryCharacter, testFormatNumber, testGetImaginaryFormat, testGetRealFormat, testNan, testNegativeBoth, testNegativeImaginary, testNegativeInfinity, testNegativeReal, testParseDifferentImaginaryChar, testParseNan, testParseNegativeBoth, testParseNegativeImaginary, testParseNegativeReal, testParsePositiveInfinity, testParseSimpleNoDecimals, testParseSimpleWithDecimals, testParseSimpleWithDecimalsTrunc, testParseZeroImaginary, testParseZeroReal, testPaseNegativeInfinity, testPositiveInfinity, testSimpleNoDecimals, testSimpleWithDecimals, testSimpleWithDecimalsTrunc, testTrimOneImaginary, testZeroImaginary, testZeroReal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrenchComplexFormatTest

public FrenchComplexFormatTest()
Method Detail

getDecimalCharacter

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

getLocale

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


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