org.apache.commons.math.geometry
Class Vector3DFormatAbstractTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.geometry.Vector3DFormatAbstractTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
FrenchVector3DFormatTest, Vector3DFormatTest

public abstract class Vector3DFormatAbstractTest
extends junit.framework.TestCase


Constructor Summary
Vector3DFormatAbstractTest()
           
 
Method Summary
protected abstract  char getDecimalCharacter()
           
protected abstract  Locale getLocale()
           
protected  void setUp()
           
 void tesNegativeInfinity()
           
 void testConstructorSingleFormat()
           
 void testForgottenPrefix()
           
 void testForgottenSeparator()
           
 void testForgottenSuffix()
           
 void testFormatObject()
           
 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()
           
 void testStaticFormatVector3D()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vector3DFormatAbstractTest

public Vector3DFormatAbstractTest()
Method Detail

getLocale

protected abstract Locale getLocale()

getDecimalCharacter

protected abstract char getDecimalCharacter()

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

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

testStaticFormatVector3D

public void testStaticFormatVector3D()

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

testConstructorSingleFormat

public void testConstructorSingleFormat()

testFormatObject

public void testFormatObject()

testForgottenPrefix

public void testForgottenPrefix()

testForgottenSeparator

public void testForgottenSeparator()

testForgottenSuffix

public void testForgottenSuffix()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.