Class TestCMove

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestCMove
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCMove​(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 TestCMove_MoveToAnother()  
      void TestCMove_MoveToSelf()  
      void TestCMove_NoMatch()  
      • 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, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • waitIntervalWhenSleeping

        protected static final int waitIntervalWhenSleeping
        See Also:
        Constant Field Values
      • lastReceivedDicomFileName

        protected volatile java.lang.String lastReceivedDicomFileName
      • associationReleased

        protected volatile boolean associationReleased
    • Constructor Detail

      • TestCMove

        public TestCMove​(java.lang.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
      • TestCMove_NoMatch

        public void TestCMove_NoMatch()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestCMove_MoveToSelf

        public void TestCMove_MoveToSelf()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • TestCMove_MoveToAnother

        public void TestCMove_MoveToAnother()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception