public class LogPrintStream
extends java.lang.Object
Constructor | Description |
---|---|
LogPrintStream(PrintStreamHandler printStreamHandler) |
Modifier and Type | Method | Description |
---|---|---|
void |
clearLog() |
|
org.junit.runners.model.Statement |
createStatement(org.junit.runners.model.Statement base) |
|
void |
enableLog() |
|
java.lang.String |
getLog() |
|
byte[] |
getLogAsBytes() |
|
java.lang.String |
getLogWithNormalizedLineSeparator() |
|
void |
mute() |
|
void |
muteForSuccessfulTests() |
public LogPrintStream(PrintStreamHandler printStreamHandler)
public org.junit.runners.model.Statement createStatement(org.junit.runners.model.Statement base)
public void clearLog()
public void enableLog()
public java.lang.String getLog()
public java.lang.String getLogWithNormalizedLineSeparator()
public byte[] getLogAsBytes()
public void mute()
public void muteForSuccessfulTests()
Copyright © 2011–2018. All rights reserved.