![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Inner class for capturing streams during execution of a test, capable of recording output streams up until the moment that a test is interrupted upon timing out. More...
Public Member Functions | |
| void | clear () |
| Thread | recordStdErr (Process process) |
| Return a thread responsible for recording the error stream of the given process. | |
| Thread | recordStdOut (Process process) |
| Return a thread responsible for recording the standard output stream of the given process. | |
| String | toString () |
Package Attributes | |
| StringBuffer | buffer = new StringBuffer() |
| String buffer used to record the standard output and error streams from the input process. | |
Inner class for capturing streams during execution of a test, capable of recording output streams up until the moment that a test is interrupted upon timing out.
| void org.lflang.tests.LFTest.ExecutionLogger.clear | ( | ) |
| Thread org.lflang.tests.LFTest.ExecutionLogger.recordStdErr | ( | Process | process | ) |
Return a thread responsible for recording the error stream of the given process.
A separate thread is used so that the activity can be preempted.
| Thread org.lflang.tests.LFTest.ExecutionLogger.recordStdOut | ( | Process | process | ) |
Return a thread responsible for recording the standard output stream of the given process.
A separate thread is used so that the activity can be preempted.
| String org.lflang.tests.LFTest.ExecutionLogger.toString | ( | ) |
|
package |
String buffer used to record the standard output and error streams from the input process.