org.apache.commons.math3.complex
Class ComplexFormatAbstractTest

java.lang.Object
  extended by org.apache.commons.math3.complex.ComplexFormatAbstractTest
Direct Known Subclasses:
ComplexFormatTest, FrenchComplexFormatTest

public abstract class ComplexFormatAbstractTest
extends Object


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

Constructor Detail

ComplexFormatAbstractTest

protected ComplexFormatAbstractTest()
Method Detail

getLocale

protected abstract Locale getLocale()

getDecimalCharacter

protected abstract char getDecimalCharacter()

testSimpleNoDecimals

public void testSimpleNoDecimals()

testTrimOneImaginary

public void testTrimOneImaginary()

testSimpleWithDecimals

public void testSimpleWithDecimals()

testSimpleWithDecimalsTrunc

public void testSimpleWithDecimalsTrunc()

testNegativeReal

public void testNegativeReal()

testNegativeImaginary

public void testNegativeImaginary()

testNegativeBoth

public void testNegativeBoth()

testZeroReal

public void testZeroReal()

testZeroImaginary

public void testZeroImaginary()

testDifferentImaginaryChar

public void testDifferentImaginaryChar()

testDefaultFormatComplex

public void testDefaultFormatComplex()

testNan

public void testNan()

testPositiveInfinity

public void testPositiveInfinity()

testNegativeInfinity

public void testNegativeInfinity()

testParseSimpleNoDecimals

public void testParseSimpleNoDecimals()

testParseSimpleWithDecimals

public void testParseSimpleWithDecimals()

testParseSimpleWithDecimalsTrunc

public void testParseSimpleWithDecimalsTrunc()

testParseNegativeReal

public void testParseNegativeReal()

testParseNegativeImaginary

public void testParseNegativeImaginary()

testParseNegativeBoth

public void testParseNegativeBoth()

testParseZeroReal

public void testParseZeroReal()

testParseZeroImaginary

public void testParseZeroImaginary()

testParseDifferentImaginaryChar

public void testParseDifferentImaginaryChar()

testParseNan

public void testParseNan()

testParsePositiveInfinity

public void testParsePositiveInfinity()

testPaseNegativeInfinity

public void testPaseNegativeInfinity()

testConstructorSingleFormat

public void testConstructorSingleFormat()

testGetImaginaryFormat

public void testGetImaginaryFormat()

testGetRealFormat

public void testGetRealFormat()

testFormatNumber

public void testFormatNumber()

testForgottenImaginaryCharacter

public void testForgottenImaginaryCharacter()


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