Class IOUtilsTest
java.lang.Object
test.de.oktoflow.platform.support.commons.apache.IOUtilsTest
Tests
IOUtils.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTestsIOUtils.readLines(java.io.InputStream)andIOUtils.readLines(java.io.InputStream, Charset).voidTestsIOUtils.toString(java.io.InputStream)andIOUtils.toString(java.io.InputStream, Charset).
-
Constructor Details
-
IOUtilsTest
public IOUtilsTest()
-
-
Method Details
-
testReadLines
TestsIOUtils.readLines(java.io.InputStream)andIOUtils.readLines(java.io.InputStream, Charset).- Throws:
IOException- shall not occur if successful
-
testToString
TestsIOUtils.toString(java.io.InputStream)andIOUtils.toString(java.io.InputStream, Charset).- Throws:
IOException- shall not occur if successful
-