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.MuteableLogStreamprivate final PrintStreamHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearLog()org.junit.runners.model.StatementcreateStatement(org.junit.runners.model.Statement base) voidgetLog()byte[]voidmute()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()
-