com.pixelmed.test
Class TestDeviceParticipant

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

public class TestDeviceParticipant
extends junit.framework.TestCase


Constructor Summary
TestDeviceParticipant(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName()
           
 void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName()
           
 void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName()
           
 void TestDeviceParticipant_SerialNumberWithSerialNumberPresent()
           
 void TestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName()
           
 void TestDeviceParticipant_WithManufacturerModelSerialNumberAndUID()
           
 void TestDeviceParticipant_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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDeviceParticipant

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

TestDeviceParticipant_WithManufacturerModelSerialNumberAndUID

public void TestDeviceParticipant_WithManufacturerModelSerialNumberAndUID()
                                                                   throws Exception
Throws:
Exception

TestDeviceParticipant_WithManufacturerModelSerialNumberButNoUID

public void TestDeviceParticipant_WithManufacturerModelSerialNumberButNoUID()
                                                                     throws Exception
Throws:
Exception

TestDeviceParticipant_SerialNumberWithSerialNumberPresent

public void TestDeviceParticipant_SerialNumberWithSerialNumberPresent()
                                                               throws Exception
Throws:
Exception

TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName

public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationName()
                                                                               throws Exception
Throws:
Exception

TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName

public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButInstitutionName()
                                                                                   throws Exception
Throws:
Exception

TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName

public void TestDeviceParticipant_SerialNumberWithNoSerialNumberPresentButStationAndInstitutionName()
                                                                                             throws Exception
Throws:
Exception

TestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName

public void TestDeviceParticipant_UIDSynthesisWithSerialNumberManufacturerModelStationInstitutionName()
                                                                                               throws Exception
Throws:
Exception