org.junit.contrib.java.lang.system.internal
Class LogPrintStream

java.lang.Object
  extended by org.junit.contrib.java.lang.system.internal.LogPrintStream

public class LogPrintStream
extends Object


Constructor Summary
LogPrintStream(PrintStreamHandler printStreamHandler)
           
 
Method Summary
 void clearLog()
           
 org.junit.runners.model.Statement createStatement(org.junit.runners.model.Statement base)
           
 void enableLog()
           
 String getLog()
           
 byte[] getLogAsBytes()
           
 String getLogWithNormalizedLineSeparator()
           
 void mute()
           
 void muteForSuccessfulTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPrintStream

public LogPrintStream(PrintStreamHandler printStreamHandler)
Method Detail

createStatement

public org.junit.runners.model.Statement createStatement(org.junit.runners.model.Statement base)

clearLog

public void clearLog()

enableLog

public void enableLog()

getLog

public String getLog()

getLogWithNormalizedLineSeparator

public String getLogWithNormalizedLineSeparator()

getLogAsBytes

public byte[] getLogAsBytes()

mute

public void mute()

muteForSuccessfulTests

public void muteForSuccessfulTests()


Copyright © 2011–2018. All rights reserved.