Package com.pixelmed.test
Class TestAnatomyFind
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestAnatomyFind
-
- All Implemented Interfaces:
junit.framework.Test
public class TestAnatomyFind extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestAnatomyFind(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setUp()
static junit.framework.Test
suite()
protected void
tearDown()
void
TestAnatomyFind_BodyPartExaminedOverridesSeriesDescription()
void
TestAnatomyFind_SeriesDescription()
void
TestAnatomyFind_SeriesDescriptionOverridesStudyDescription()
-
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
-
TestAnatomyFind_SeriesDescription
public void TestAnatomyFind_SeriesDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestAnatomyFind_BodyPartExaminedOverridesSeriesDescription
public void TestAnatomyFind_BodyPartExaminedOverridesSeriesDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestAnatomyFind_SeriesDescriptionOverridesStudyDescription
public void TestAnatomyFind_SeriesDescriptionOverridesStudyDescription() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-