Class TestInputOutput


  • public class TestInputOutput
    extends Object
    Test of IOException.
    Author:
    Kai Kretschmann
    • Constructor Detail

      • TestInputOutput

        public TestInputOutput()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
                   throws Exception
        Test before method.
        Throws:
        Exception - in case of error
      • tearDown

        @AfterEach
        public void tearDown()
                      throws Exception
        Test After method.
        Throws:
        Exception - in case of error
      • testIoException

        @Test
        public void testIoException()
        Testcase testIOException.