com.goldenhammer.dicom.dcm4che
Class CStoreImageTest

java.lang.Object
  extended byTestCase
      extended bycom.goldenhammer.dicom.dcm4che.CStoreImageTest

public class CStoreImageTest
extends TestCase

JUnit test class for the CStoreImage class.

See Also:
Serialized Form

Constructor Summary
CStoreImageTest()
           
 
Method Summary
protected  void setUp()
           
 void testCreation()
          Tests to see if an CStoreImage command can be created.
 void testStoreImage()
          Tests to see if an image can be stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CStoreImageTest

public CStoreImageTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testCreation

public void testCreation()
Tests to see if an CStoreImage command can be created.


testStoreImage

public void testStoreImage()
Tests to see if an image can be stored.