com.pixelmed.test
Class TestNumericContentItemFloatingAndRational

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

public class TestNumericContentItemFloatingAndRational
extends junit.framework.TestCase


Constructor Summary
TestNumericContentItemFloatingAndRational(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void TestNumericContentItemFloatingAndRational_DoubleConstructor_MinimalSubNormal()
           
 void TestNumericContentItemFloatingAndRational_DoubleConstructor_SubNormalAllMantissaBitsSet()
           
 void TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor()
           
 void TestNumericContentItemFloatingAndRational_FloatingFromDoubleConstructor()
           
 void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructor()
           
 void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructorDivideByZero()
           
 void TestNumericContentItemFloatingAndRational_RationalFromAttributeListConstructor()
           
 void TestNumericContentItemFloatingAndRational_StringOnlyConstructor()
           
 void TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor()
           
 
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

TestNumericContentItemFloatingAndRational

public TestNumericContentItemFloatingAndRational(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

TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor

public void TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor()
                                                                                      throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor

public void TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor()
                                                                                    throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_RationalFromAttributeListConstructor

public void TestNumericContentItemFloatingAndRational_RationalFromAttributeListConstructor()
                                                                                    throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_StringOnlyConstructor

public void TestNumericContentItemFloatingAndRational_StringOnlyConstructor()
                                                                     throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_FloatingFromDoubleConstructor

public void TestNumericContentItemFloatingAndRational_FloatingFromDoubleConstructor()
                                                                             throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructor

public void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructor()
                                                                                        throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructorDivideByZero

public void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructorDivideByZero()
                                                                                                    throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_DoubleConstructor_MinimalSubNormal

public void TestNumericContentItemFloatingAndRational_DoubleConstructor_MinimalSubNormal()
                                                                                  throws Exception
Throws:
Exception

TestNumericContentItemFloatingAndRational_DoubleConstructor_SubNormalAllMantissaBitsSet

public void TestNumericContentItemFloatingAndRational_DoubleConstructor_SubNormalAllMantissaBitsSet()
                                                                                             throws Exception
Throws:
Exception