com.goldenhammer.dicom
Class CommandFactoryTest

java.lang.Object
  extended byTestCase
      extended bycom.goldenhammer.dicom.CommandFactoryTest

public class CommandFactoryTest
extends TestCase

JUnit test for the CommandFactory class

See Also:
Serialized Form

Constructor Summary
CommandFactoryTest()
           
 
Method Summary
 void testGetCEchoCommand()
          Test if a CEcho command can be retrieved
 void testGetInstance()
          Test if an instance of the command factory can be retrieved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandFactoryTest

public CommandFactoryTest()
Method Detail

testGetInstance

public void testGetInstance()
Test if an instance of the command factory can be retrieved


testGetCEchoCommand

public void testGetCEchoCommand()
Test if a CEcho command can be retrieved