Package org.jastacry.test
Class TestInputOutput
- java.lang.Object
-
- org.jastacry.test.TestInputOutput
-
public class TestInputOutput extends java.lang.ObjectTest of IOException.- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description TestInputOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()Test before method.voidtearDown()Test After method.voidtestIoException()Testcase testIOException.
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp() throws java.lang.ExceptionTest before method.- Throws:
java.lang.Exception- in case of error
-
tearDown
@AfterEach public void tearDown() throws java.lang.ExceptionTest After method.- Throws:
java.lang.Exception- in case of error
-
testIoException
@Test public void testIoException()
Testcase testIOException.
-
-