com.pixelmed.test
Class TestFloatFormatterLocaleEffect

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.pixelmed.test.TestFloatFormatterLocaleEffect
All Implemented Interfaces:
junit.framework.Test

public class TestFloatFormatterLocaleEffect
extends junit.framework.TestCase


Constructor Summary
TestFloatFormatterLocaleEffect(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void TestFloatFormatterLocaleEffect_Double_DefaultAllAvailableLocales()
           
 void TestFloatFormatterLocaleEffect_Double_DefaultFrenchLocale()
           
 void TestFloatFormatterLocaleEffect_Double_DefaultLocale()
           
 void TestFloatFormatterLocaleEffect_Double_ExplicitAllAvailableLocales()
           
 void TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingDefault()
           
 void TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingExplicitLocale()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFloatFormatterLocaleEffect

public TestFloatFormatterLocaleEffect(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

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

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

TestFloatFormatterLocaleEffect_Double_DefaultLocale

public void TestFloatFormatterLocaleEffect_Double_DefaultLocale()
                                                         throws Exception
Throws:
Exception

TestFloatFormatterLocaleEffect_Double_DefaultFrenchLocale

public void TestFloatFormatterLocaleEffect_Double_DefaultFrenchLocale()
                                                               throws Exception
Throws:
Exception

TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingDefault

public void TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingDefault()
                                                                        throws Exception
Throws:
Exception

TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingExplicitLocale

public void TestFloatFormatterLocaleEffect_Double_WantFrenchLocaleUsingExplicitLocale()
                                                                               throws Exception
Throws:
Exception

TestFloatFormatterLocaleEffect_Double_DefaultAllAvailableLocales

public void TestFloatFormatterLocaleEffect_Double_DefaultAllAvailableLocales()
                                                                      throws Exception
Throws:
Exception

TestFloatFormatterLocaleEffect_Double_ExplicitAllAvailableLocales

public void TestFloatFormatterLocaleEffect_Double_ExplicitAllAvailableLocales()
                                                                       throws Exception
Throws:
Exception