Package org.jastacry.layer
Class TestLayerReadWrite
- java.lang.Object
-
- org.jastacry.layer.TestLayerReadWrite
-
public class TestLayerReadWrite extends java.lang.Object
Test 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 void
setUp()
Test Before method.void
tearDown()
Test After method.void
testEquals()
Testcase equals.void
testEqualsSame()
Testcase equals.void
testHashcode()
Testcase hashcode.void
testInit()
Testcase testInit.void
testNotEqualsNull()
Testcase equals.void
testNotEqualsWrongclass()
Testcase equals.void
testToString()
Testcase testToString.void
testUnsupported()
Testcase unsupported exception.
-
-
-
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 of error
-
testToString
@Test public void testToString()
Testcase testToString.
-
testUnsupported
@Test public void testUnsupported() throws org.jastacry.JastacryException
Testcase 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.
-
-