Package edu.wisc.library.ocfl.test
Class TestHelper
- java.lang.Object
-
- edu.wisc.library.ocfl.test.TestHelper
-
public final class TestHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathcopyDir(Path source, Path target)static StringfileToString(Path file)static InputStreaminputStream(String content)static InputStreaminputStream(Path path)static StringinputToString(InputStream inputStream)
-
-
-
Method Detail
-
inputToString
public static String inputToString(InputStream inputStream)
-
inputStream
public static InputStream inputStream(String content)
-
inputStream
public static InputStream inputStream(Path path)
-
-