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