public class LegacyMasterProcessChannelEncoder extends Object implements MasterProcessChannelEncoder
| Modifier | Constructor and Description |
|---|---|
|
LegacyMasterProcessChannelEncoder(WritableBufferedByteChannel out) |
protected |
LegacyMasterProcessChannelEncoder(WritableBufferedByteChannel out,
RunMode runMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireNextTest() |
MasterProcessChannelEncoder |
asNormalMode() |
MasterProcessChannelEncoder |
asRerunMode() |
void |
bye() |
boolean |
checkError() |
void |
consoleDebugLog(String msg) |
void |
consoleErrorLog(StackTraceWriter stackTraceWriter,
boolean trimStackTraces) |
void |
consoleErrorLog(String msg) |
void |
consoleErrorLog(String msg,
Throwable t) |
void |
consoleErrorLog(Throwable t) |
void |
consoleInfoLog(String msg) |
void |
consoleWarningLog(String msg) |
void |
onJvmExit() |
void |
sendExitError(StackTraceWriter stackTraceWriter,
boolean trimStackTraces) |
void |
sendSystemProperties(Map<String,String> sysProps) |
void |
stdErr(String msg,
boolean newLine) |
void |
stdOut(String msg,
boolean newLine) |
void |
stopOnNextTest() |
void |
testAssumptionFailure(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testError(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testFailed(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testSetCompleted(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testSetStarting(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testSkipped(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testStarting(ReportEntry reportEntry,
boolean trimStackTraces) |
void |
testSucceeded(ReportEntry reportEntry,
boolean trimStackTraces) |
public LegacyMasterProcessChannelEncoder(@Nonnull WritableBufferedByteChannel out)
protected LegacyMasterProcessChannelEncoder(@Nonnull WritableBufferedByteChannel out, @Nonnull RunMode runMode)
public MasterProcessChannelEncoder asRerunMode()
asRerunMode in interface MasterProcessChannelEncoderpublic MasterProcessChannelEncoder asNormalMode()
asNormalMode in interface MasterProcessChannelEncoderpublic boolean checkError()
checkError in interface MasterProcessChannelEncoderpublic void onJvmExit()
onJvmExit in interface MasterProcessChannelEncoderpublic void sendSystemProperties(Map<String,String> sysProps)
sendSystemProperties in interface MasterProcessChannelEncoderpublic void testSetStarting(ReportEntry reportEntry, boolean trimStackTraces)
testSetStarting in interface MasterProcessChannelEncoderpublic void testSetCompleted(ReportEntry reportEntry, boolean trimStackTraces)
testSetCompleted in interface MasterProcessChannelEncoderpublic void testStarting(ReportEntry reportEntry, boolean trimStackTraces)
testStarting in interface MasterProcessChannelEncoderpublic void testSucceeded(ReportEntry reportEntry, boolean trimStackTraces)
testSucceeded in interface MasterProcessChannelEncoderpublic void testFailed(ReportEntry reportEntry, boolean trimStackTraces)
testFailed in interface MasterProcessChannelEncoderpublic void testSkipped(ReportEntry reportEntry, boolean trimStackTraces)
testSkipped in interface MasterProcessChannelEncoderpublic void testError(ReportEntry reportEntry, boolean trimStackTraces)
testError in interface MasterProcessChannelEncoderpublic void testAssumptionFailure(ReportEntry reportEntry, boolean trimStackTraces)
testAssumptionFailure in interface MasterProcessChannelEncoderpublic void stdOut(String msg, boolean newLine)
stdOut in interface MasterProcessChannelEncoderpublic void stdErr(String msg, boolean newLine)
stdErr in interface MasterProcessChannelEncoderpublic void consoleInfoLog(String msg)
consoleInfoLog in interface MasterProcessChannelEncoderpublic void consoleErrorLog(String msg)
consoleErrorLog in interface MasterProcessChannelEncoderpublic void consoleErrorLog(Throwable t)
consoleErrorLog in interface MasterProcessChannelEncoderpublic void consoleErrorLog(String msg, Throwable t)
consoleErrorLog in interface MasterProcessChannelEncoderpublic void consoleErrorLog(StackTraceWriter stackTraceWriter, boolean trimStackTraces)
consoleErrorLog in interface MasterProcessChannelEncoderpublic void consoleDebugLog(String msg)
consoleDebugLog in interface MasterProcessChannelEncoderpublic void consoleWarningLog(String msg)
consoleWarningLog in interface MasterProcessChannelEncoderpublic void bye()
bye in interface MasterProcessChannelEncoderpublic void stopOnNextTest()
stopOnNextTest in interface MasterProcessChannelEncoderpublic void acquireNextTest()
acquireNextTest in interface MasterProcessChannelEncoderpublic void sendExitError(StackTraceWriter stackTraceWriter, boolean trimStackTraces)
sendExitError in interface MasterProcessChannelEncoderCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.