Class TestInputOutput


  • public class TestInputOutput
    extends java.lang.Object
    Test of IOException.
    Author:
    Kai Kretschmann
    • Constructor Summary

      Constructors 
      Constructor Description
      TestInputOutput()  
    • Method Summary

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

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

      • TestInputOutput

        public TestInputOutput()
    • 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
      • testIoException

        @Test
        public void testIoException()
        Testcase testIOException.