Class TestLayerRotate


  • public class TestLayerRotate
    extends java.lang.Object
    Test of Rotate Layer.
    Author:
    Kai Kretschmann
    • Constructor Detail

      • TestLayerRotate

        public TestLayerRotate()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
                   throws java.lang.Exception
        Test Before method.
        Throws:
        java.lang.Exception - in case of error
      • tearDown

        @AfterEach
        public void tearDown()
                      throws java.lang.Exception
        Test After method.
        Throws:
        java.lang.Exception - in case of error
      • testEncDecStream

        @Test
        public void testEncDecStream()
                              throws org.jastacry.JastacryException
        Testcase JastacryException.
        Throws:
        org.jastacry.JastacryException - in case of error
      • testEncDecStreamWide

        @Test
        public void testEncDecStreamWide()
                                  throws org.jastacry.JastacryException
        Testcase testEncDecStreamWide.
        Throws:
        org.jastacry.JastacryException - in case of error
      • testToString

        @Test
        public void testToString()
        Testcase testToString.
      • testUnsupported

        @Test
        public void testUnsupported()
                             throws org.jastacry.JastacryException
        Testcase unsupported exception.
        Throws:
        org.jastacry.JastacryException - on error
      • testEncStreamException

        @Test
        public void testEncStreamException()
                                    throws org.jastacry.JastacryException,
                                           java.io.IOException
        Testcase testEncStream Exceptions.
        Throws:
        org.jastacry.JastacryException - in case of error
        java.io.IOException - will be thrown in test
      • testDecStreamException

        @Test
        public void testDecStreamException()
                                    throws org.jastacry.JastacryException,
                                           java.io.IOException
        Testcase testEncStream Exceptions.
        Throws:
        org.jastacry.JastacryException - in case of error
        java.io.IOException - will be thrown in test
      • testEquals

        @Test
        public void testEquals()
        Testcase equals.
      • testNotEquals

        @Test
        public void testNotEquals()
        Testcase not equals.
      • testEqualsSame

        @Test
        public void testEqualsSame()
        Testcase equals.
      • testNotEqualsNull

        @Test
        public void testNotEqualsNull()
        Testcase equals.
      • testNotEqualsWrongclass

        @Test
        public void testNotEqualsWrongclass()
        Testcase equals.
      • testHashcode

        @Test
        public void testHashcode()
        Testcase hashcode.