org.apache.commons.math3.complex
Class ComplexFormatAbstractTest
java.lang.Object
org.apache.commons.math3.complex.ComplexFormatAbstractTest
- Direct Known Subclasses:
- ComplexFormatTest, FrenchComplexFormatTest
public abstract class ComplexFormatAbstractTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexFormatAbstractTest
protected ComplexFormatAbstractTest()
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.