Package org.jastacry.layer
Class TestLayerXor
- java.lang.Object
- 
- org.jastacry.layer.TestLayerXor
 
- 
 public class TestLayerXor extends java.lang.ObjectTest of Layer XOR.- Author:
- Kai Kretschmann
 
- 
- 
Constructor SummaryConstructors Constructor Description TestLayerXor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Test before method.voidtearDown()Test After method.voidtestDecStreamException()Testcase testDecStream Exceptions.voidtestEncDecStream()Testcase testEncDecStream.voidtestEncStreamException()Testcase testEncStream Exceptions.voidtestEquals()Testcase equals.voidtestEqualsSame()Testcase equals.voidtestHashcode()Testcase hashcode.voidtestNotEquals()Testcase equals.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 of error
 
 - 
testEncDecStream@Test public void testEncDecStream() throws org.jastacry.JastacryExceptionTestcase testEncDecStream.- Throws:
- org.jastacry.JastacryException- in case of error
 
 - 
testEncStreamException@Test public void testEncStreamException() throws org.jastacry.JastacryException, java.io.IOExceptionTestcase 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.IOExceptionTestcase testDecStream Exceptions.- Throws:
- org.jastacry.JastacryException- in case of error
- java.io.IOException- will be thrown in test
 
 - 
testToString@Test public void testToString() Testcase testToString.
 - 
testEquals@Test public void testEquals() Testcase equals.
 - 
testNotEquals@Test public void testNotEquals() 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.
 
- 
 
-