org.apache.commons.math3.geometry.euclidean.threed
Class Vector3DFormatAbstractTest

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.Vector3DFormatAbstractTest
Direct Known Subclasses:
FrenchVector3DFormatTest, Vector3DFormatTest

public abstract class Vector3DFormatAbstractTest
extends Object


Constructor Summary
protected Vector3DFormatAbstractTest()
           
 
Method Summary
protected abstract  char getDecimalCharacter()
           
protected abstract  Locale getLocale()
           
 void tesNegativeInfinity()
           
 void testConstructorSingleFormat()
           
 void testDefaultFormatVector3D()
           
 void testForgottenPrefix()
           
 void testForgottenSeparator()
           
 void testForgottenSuffix()
           
 void testNan()
           
 void testNegativeX()
           
 void testNegativeY()
           
 void testNegativeZ()
           
 void testNonDefaultSetting()
           
 void testParseIgnoredWhitespace()
           
 void testParseNan()
           
 void testParseNegativeAll()
           
 void testParseNegativeInfinity()
           
 void testParseNegativeX()
           
 void testParseNegativeY()
           
 void testParseNegativeZ()
           
 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

Vector3DFormatAbstractTest

protected Vector3DFormatAbstractTest()
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()

testDefaultFormatVector3D

public void testDefaultFormatVector3D()

testNan

public void testNan()

testPositiveInfinity

public void testPositiveInfinity()

tesNegativeInfinity

public void tesNegativeInfinity()

testParseSimpleNoDecimals

public void testParseSimpleNoDecimals()
                               throws MathParseException
Throws:
MathParseException

testParseIgnoredWhitespace

public void testParseIgnoredWhitespace()

testParseSimpleWithDecimals

public void testParseSimpleWithDecimals()
                                 throws MathParseException
Throws:
MathParseException

testParseSimpleWithDecimalsTrunc

public void testParseSimpleWithDecimalsTrunc()
                                      throws MathParseException
Throws:
MathParseException

testParseNegativeX

public void testParseNegativeX()
                        throws MathParseException
Throws:
MathParseException

testParseNegativeY

public void testParseNegativeY()
                        throws MathParseException
Throws:
MathParseException

testParseNegativeZ

public void testParseNegativeZ()
                        throws MathParseException
Throws:
MathParseException

testParseNegativeAll

public void testParseNegativeAll()
                          throws MathParseException
Throws:
MathParseException

testParseZeroX

public void testParseZeroX()
                    throws MathParseException
Throws:
MathParseException

testParseNonDefaultSetting

public void testParseNonDefaultSetting()
                                throws MathParseException
Throws:
MathParseException

testParseNan

public void testParseNan()
                  throws MathParseException
Throws:
MathParseException

testParsePositiveInfinity

public void testParsePositiveInfinity()
                               throws MathParseException
Throws:
MathParseException

testParseNegativeInfinity

public void testParseNegativeInfinity()
                               throws MathParseException
Throws:
MathParseException

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.