Package com.pixelmed.test
Class TestNumericContentItemFloatingAndRational
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestNumericContentItemFloatingAndRational
-
- All Implemented Interfaces:
junit.framework.Test
public class TestNumericContentItemFloatingAndRational extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestNumericContentItemFloatingAndRational(java.lang.String name)
-
Method Summary
-
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
-
-
-
-
Method Detail
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUp
in classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDown
in classjunit.framework.TestCase
-
TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor_NonSR
public void TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor_NonSR() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor
public void TestNumericContentItemFloatingAndRational_StringOnlyFromAttributeListConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor
public void TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor_nonSR
public void TestNumericContentItemFloatingAndRational_FloatingFromAttributeListConstructor_nonSR() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_RationalFromAttributeListConstructor
public void TestNumericContentItemFloatingAndRational_RationalFromAttributeListConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_StringOnlyConstructor_nonSR
public void TestNumericContentItemFloatingAndRational_StringOnlyConstructor_nonSR() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_StringOnlyConstructor
public void TestNumericContentItemFloatingAndRational_StringOnlyConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_FloatingFromDoubleConstructor
public void TestNumericContentItemFloatingAndRational_FloatingFromDoubleConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructor
public void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructorDivideByZero
public void TestNumericContentItemFloatingAndRational_RationalAndFloatingFromDoubleConstructorDivideByZero() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_DoubleConstructor_MinimalSubNormal
public void TestNumericContentItemFloatingAndRational_DoubleConstructor_MinimalSubNormal() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestNumericContentItemFloatingAndRational_DoubleConstructor_SubNormalAllMantissaBitsSet
public void TestNumericContentItemFloatingAndRational_DoubleConstructor_SubNormalAllMantissaBitsSet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-