org.apache.commons.math3.linear
Class RealVectorFormatAbstractTest

java.lang.Object
  extended by org.apache.commons.math3.linear.RealVectorFormatAbstractTest
Direct Known Subclasses:
FrenchRealVectorFormatTest, RealVectorFormatTest

public abstract class RealVectorFormatAbstractTest
extends Object


Constructor Summary
RealVectorFormatAbstractTest()
           
 
Method Summary
protected abstract  char getDecimalCharacter()
           
protected abstract  Locale getLocale()
           
 void tesNegativeInfinity()
           
 void testConstructorSingleFormat()
           
 void testDefaultFormatRealVectorImpl()
           
 void testForgottenPrefix()
           
 void testForgottenSeparator()
           
 void testForgottenSuffix()
           
 void testNan()
           
 void testNegativeX()
           
 void testNegativeY()
           
 void testNegativeZ()
           
 void testNonDefaultSetting()
           
 void testParseIgnoredWhitespace()
           
 void testParseManyComponents()
           
 void testParseNan()
           
 void testParseNegativeAll()
           
 void testParseNegativeInfinity()
           
 void testParseNegativeX()
           
 void testParseNegativeY()
           
 void testParseNegativeZ()
           
 void testParseNoComponents()
           
 void testParseNonDefaultSetting()
           
 void testParsePositiveInfinity()
           
 void testParseSimpleNoDecimals()
           
 void testParseSimpleWithDecimals()
           
 void testParseSimpleWithDecimalsTrunc()
           
 void testParseZeroX()
           
 void testPositiveInfinity()
           
 void testSimpleNoDecimals()
           
 void testSimpleWithDecimals()
           
 void testSimpleWithDecimalsTrunc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealVectorFormatAbstractTest

public RealVectorFormatAbstractTest()
Method Detail

getLocale

protected abstract Locale getLocale()

getDecimalCharacter

protected abstract char getDecimalCharacter()

testSimpleNoDecimals

public void testSimpleNoDecimals()

testSimpleWithDecimals

public void testSimpleWithDecimals()

testSimpleWithDecimalsTrunc

public void testSimpleWithDecimalsTrunc()

testNegativeX

public void testNegativeX()

testNegativeY

public void testNegativeY()

testNegativeZ

public void testNegativeZ()

testNonDefaultSetting

public void testNonDefaultSetting()

testDefaultFormatRealVectorImpl

public void testDefaultFormatRealVectorImpl()

testNan

public void testNan()

testPositiveInfinity

public void testPositiveInfinity()

tesNegativeInfinity

public void tesNegativeInfinity()

testParseSimpleNoDecimals

public void testParseSimpleNoDecimals()

testParseIgnoredWhitespace

public void testParseIgnoredWhitespace()

testParseSimpleWithDecimals

public void testParseSimpleWithDecimals()

testParseSimpleWithDecimalsTrunc

public void testParseSimpleWithDecimalsTrunc()

testParseNegativeX

public void testParseNegativeX()

testParseNegativeY

public void testParseNegativeY()

testParseNegativeZ

public void testParseNegativeZ()

testParseNegativeAll

public void testParseNegativeAll()

testParseZeroX

public void testParseZeroX()

testParseNonDefaultSetting

public void testParseNonDefaultSetting()

testParseNan

public void testParseNan()

testParsePositiveInfinity

public void testParsePositiveInfinity()

testParseNegativeInfinity

public void testParseNegativeInfinity()

testParseNoComponents

public void testParseNoComponents()

testParseManyComponents

public void testParseManyComponents()

testConstructorSingleFormat

public void testConstructorSingleFormat()

testForgottenPrefix

public void testForgottenPrefix()

testForgottenSeparator

public void testForgottenSeparator()

testForgottenSuffix

public void testForgottenSuffix()


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