org.apache.commons.math.linear
Class FrenchRealVectorFormatTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.linear.RealVectorFormatAbstractTest
              extended by org.apache.commons.math.linear.FrenchRealVectorFormatTest
All Implemented Interfaces:
junit.framework.Test

public class FrenchRealVectorFormatTest
extends RealVectorFormatAbstractTest


Constructor Summary
FrenchRealVectorFormatTest()
           
 
Method Summary
protected  char getDecimalCharacter()
           
protected  Locale getLocale()
           
 
Methods inherited from class org.apache.commons.math.linear.RealVectorFormatAbstractTest
setUp, tesNegativeInfinity, testConstructorSingleFormat, testForgottenPrefix, testForgottenSeparator, testForgottenSuffix, testFormatObject, testNan, testNegativeX, testNegativeY, testNegativeZ, testNonDefaultSetting, testParseIgnoredWhitespace, testParseManyComponents, testParseNan, testParseNegativeAll, testParseNegativeInfinity, testParseNegativeX, testParseNegativeY, testParseNegativeZ, testParseNoComponents, testParseNonDefaultSetting, testParsePositiveInfinity, testParseSimpleNoDecimals, testParseSimpleWithDecimals, testParseSimpleWithDecimalsTrunc, testParseZeroX, testPositiveInfinity, testSimpleNoDecimals, testSimpleWithDecimals, testSimpleWithDecimalsTrunc, testStaticFormatRealVectorImpl
 
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

FrenchRealVectorFormatTest

public FrenchRealVectorFormatTest()
Method Detail

getDecimalCharacter

protected char getDecimalCharacter()
Specified by:
getDecimalCharacter in class RealVectorFormatAbstractTest

getLocale

protected Locale getLocale()
Specified by:
getLocale in class RealVectorFormatAbstractTest


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