Package org.jastacry.layer
Class TestLayerReadWrite
- java.lang.Object
-
- org.jastacry.layer.TestLayerReadWrite
-
public class TestLayerReadWrite extends java.lang.ObjectTest of Rotate Layer.- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description TestLayerReadWrite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Test Before method.voidtearDown()Test After method.voidtestEquals()Testcase equals.voidtestEqualsSame()Testcase equals.voidtestHashcode()Testcase hashcode.voidtestInit()Testcase testInit.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
-
testToString
@Test public void testToString()
Testcase testToString.
-
testUnsupported
@Test public void testUnsupported() throws org.jastacry.JastacryExceptionTestcase unsupported exception.- Throws:
org.jastacry.JastacryException- on error
-
testInit
@Test public void testInit()
Testcase testInit.
-
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.
-
-