Class TestLayerAesCtr


  • public class TestLayerAesCtr
    extends java.lang.Object
    Test class for AES Layer.
    Author:
    Kai Kretschmann
    • Constructor Detail

      • TestLayerAesCtr

        public TestLayerAesCtr()
    • 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 off error
      • testEncDecStream

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

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

        @Test
        public void testEquals()
        Testcase 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.