Class TestAbstractBasicLayer


  • public class TestAbstractBasicLayer
    extends java.lang.Object
    Test of Layer XOR.
    Author:
    Kai Kretschmann
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setUp()
      Test before method.
      void tearDown()
      Test After method.
      void testActionunknown()
      Testcase unknown.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestAbstractBasicLayer

        public TestAbstractBasicLayer()
    • 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
      • testActionunknown

        @Test
        public void testActionunknown()
        Testcase unknown.