Package org.jastacry.layer
Class TestLayerAesCbc
- java.lang.Object
- 
- org.jastacry.layer.TestLayerAesCbc
 
- 
 public class TestLayerAesCbc extends java.lang.ObjectTest class for AES Layer.- Author:
- Kai Kretschmann
 
- 
- 
Constructor SummaryConstructors Constructor Description TestLayerAesCbc()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Test Before method.voidtearDown()Test After method.voidtestEncDecStream()Testcase testEncDecStream.voidtestEquals()Testcase equals.voidtestEqualsSame()Testcase equals.voidtestHashcode()Testcase hashcode.voidtestNotEqualsNull()Testcase equals.voidtestNotEqualsWrongclass()Testcase equals.voidtestToString()Testcase testToString.
 
- 
- 
- 
Method Detail- 
setUp@BeforeEach public void setUp() throws java.lang.ExceptionTest Before method.- Throws:
- java.lang.Exception- in case of error.
 
 - 
tearDown@AfterEach public void tearDown() throws java.lang.ExceptionTest After method.- Throws:
- java.lang.Exception- in case off error
 
 - 
testEncDecStream@Test public void testEncDecStream() throws org.jastacry.JastacryExceptionTestcase 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.
 
- 
 
-