Class LogPrintStream
java.lang.Object
org.junit.contrib.java.lang.system.internal.LogPrintStream
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LogPrintStream.MuteableLogStream
private final PrintStreamHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearLog()
org.junit.runners.model.Statement
createStatement
(org.junit.runners.model.Statement base) void
getLog()
byte[]
void
mute()
void
-
Field Details
-
printStreamHandler
-
muteableLogStream
-
-
Constructor Details
-
LogPrintStream
-
-
Method Details
-
createStatement
public org.junit.runners.model.Statement createStatement(org.junit.runners.model.Statement base) -
clearLog
public void clearLog() -
enableLog
public void enableLog() -
getLog
-
getLogWithNormalizedLineSeparator
-
getLogAsBytes
public byte[] getLogAsBytes() -
mute
public void mute() -
muteForSuccessfulTests
public void muteForSuccessfulTests()
-