Class FileLoggerTest
java.lang.Object
org.apache.maven.shared.scriptinterpreter.FileLoggerTest
public class FileLoggerTest
extends java.lang.Object
FileLoggerTest
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXPECTED_LOG -
Constructor Summary
Constructors Constructor Description FileLoggerTest() -
Method Summary
Modifier and Type Method Description voidnullOutputFileNoMirror()voidnullOutputFileWithMirror()voidnullOutputFileWithMirrorWriteByte()voidoutputFileNoMirror()voidoutputFileWithMirror()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EXPECTED_LOG
public static final java.lang.String EXPECTED_LOG
-
-
Constructor Details
-
FileLoggerTest
public FileLoggerTest()
-
-
Method Details
-
nullOutputFileNoMirror
public void nullOutputFileNoMirror() throws java.io.IOException- Throws:
java.io.IOException
-
nullOutputFileWithMirror
public void nullOutputFileWithMirror() throws java.io.IOException- Throws:
java.io.IOException
-
nullOutputFileWithMirrorWriteByte
public void nullOutputFileWithMirrorWriteByte() throws java.io.IOException- Throws:
java.io.IOException
-
outputFileNoMirror
public void outputFileNoMirror() throws java.io.IOException- Throws:
java.io.IOException
-
outputFileWithMirror
public void outputFileWithMirror() throws java.io.IOException- Throws:
java.io.IOException
-