Package jetbrains.buildServer.agent.impl
Class TestOutputCollector
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.TestOutputCollector
-
- All Implemented Interfaces:
Serializable
public class TestOutputCollector extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestOutputCollector(TestOutputLogger logger, PrintStream savedStream, boolean isOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStream
getPrintStream()
PrintStream
getSavedStreamOrPop()
void
testFinished()
void
testStarted(String testName, String flowId)
-
-
-
Constructor Detail
-
TestOutputCollector
public TestOutputCollector(TestOutputLogger logger, PrintStream savedStream, boolean isOutput)
-
-
Method Detail
-
getSavedStreamOrPop
public PrintStream getSavedStreamOrPop()
-
getPrintStream
public PrintStream getPrintStream()
-
testFinished
public void testFinished()
-
-