Package com.pixelmed.test
Class TestDeviceParticipant
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestDeviceParticipant
-
- All Implemented Interfaces:
junit.framework.Test
public class TestDeviceParticipant extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestDeviceParticipant(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidTestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName()voidTestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName()voidTestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName()voidTestDeviceParticipant_SerialNumberWithSerialNumberPresent()voidTestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName()voidTestDeviceParticipant_WithManufacturerModelSerialNumberAndUID()voidTestDeviceParticipant_WithManufacturerModelSerialNumberButNoUID()-
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:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
TestDeviceParticipant_WithManufacturerModelSerialNumberAndUID
public void TestDeviceParticipant_WithManufacturerModelSerialNumberAndUID() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_WithManufacturerModelSerialNumberButNoUID
public void TestDeviceParticipant_WithManufacturerModelSerialNumberButNoUID() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_SerialNumberWithSerialNumberPresent
public void TestDeviceParticipant_SerialNumberWithSerialNumberPresent() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName
public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName
public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName
public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName() throws java.lang.Exception- Throws:
java.lang.Exception
-
TestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName
public void TestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName() throws java.lang.Exception- Throws:
java.lang.Exception
-
-