Package org.jastacry.test
Class TestInputOutput
- java.lang.Object
-
- org.jastacry.test.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.
-
-
-
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.
-
-