类 ComplexFormatAbstractTest
java.lang.Object
org.hipparchus.complex.ComplexFormatAbstractTest
- 直接已知子类:
-
ComplexFormatTest
,FrenchComplexFormatTest
-
构造器详细资料
-
ComplexFormatAbstractTest
protected ComplexFormatAbstractTest()
-
-
方法详细资料
-
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()
-