Package dev.testify.internal
Class StreamData.BufferedStream
-
- All Implemented Interfaces:
public class StreamData.BufferedStream extends StreamData
Capture input stream from process and pass it to a StringBuilder
-
-
Constructor Summary
Constructors Constructor Description StreamData.BufferedStream()
-
Method Summary
Modifier and Type Method Description StringhandleInputStream(InputStream inputStream)UnithandleOutputLine(String s, StringBuilder sb)-
-
Method Detail
-
handleInputStream
String handleInputStream(InputStream inputStream)
-
handleOutputLine
Unit handleOutputLine(String s, StringBuilder sb)
-
-
-
-