Package org.jastacry.layer
Class TestLayerRotate
- java.lang.Object
-
- org.jastacry.layer.TestLayerRotate
-
public class TestLayerRotate extends java.lang.ObjectTest of Rotate Layer.- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description TestLayerRotate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Test Before method.voidtearDown()Test After method.voidtestDecStreamException()Testcase testEncStream Exceptions.voidtestEncDecStream()Testcase JastacryException.voidtestEncDecStreamWide()Testcase testEncDecStreamWide.voidtestEncStreamException()Testcase testEncStream Exceptions.voidtestEquals()Testcase equals.voidtestEqualsSame()Testcase equals.voidtestHashcode()Testcase hashcode.voidtestNotEquals()Testcase not equals.voidtestNotEqualsNull()Testcase equals.voidtestNotEqualsWrongclass()Testcase equals.voidtestToString()Testcase testToString.voidtestUnsupported()Testcase unsupported exception.
-
-
-
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 JastacryException.- Throws:
org.jastacry.JastacryException- in case of error
-
testEncDecStreamWide
@Test public void testEncDecStreamWide() throws org.jastacry.JastacryExceptionTestcase testEncDecStreamWide.- Throws:
org.jastacry.JastacryException- in case of error
-
testToString
@Test public void testToString()
Testcase testToString.
-
testUnsupported
@Test public void testUnsupported() throws org.jastacry.JastacryExceptionTestcase unsupported exception.- Throws:
org.jastacry.JastacryException- on error
-
testEncStreamException
@Test public void testEncStreamException() throws org.jastacry.JastacryException, java.io.IOExceptionTestcase testEncStream Exceptions.- Throws:
org.jastacry.JastacryException- in case of errorjava.io.IOException- will be thrown in test
-
testDecStreamException
@Test public void testDecStreamException() throws org.jastacry.JastacryException, java.io.IOExceptionTestcase testEncStream Exceptions.- Throws:
org.jastacry.JastacryException- in case of errorjava.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.
-
-