Class LogUtilTest
java.lang.Object
com.reallifedeveloper.common.domain.LogUtilTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
-
Constructor Details
-
LogUtilTest
public LogUtilTest()
-
-
Method Details
-
removeCRLFIsNullSafe
@Test public void removeCRLFIsNullSafe() -
removeCRLFRemovesSingleNewLine
@Test public void removeCRLFRemovesSingleNewLine() -
removeCRLFRemovesSingleCarriageReturn
@Test public void removeCRLFRemovesSingleCarriageReturn() -
removeCRLFRemovesMultipleNewLinesAndCarriageReturns
@Test public void removeCRLFRemovesMultipleNewLinesAndCarriageReturns() -
removeCRLFNullObjectDoesNotThrowException
@Test public void removeCRLFNullObjectDoesNotThrowException() -
removeCRLFCallsToStringOnNonNullObject
@Test public void removeCRLFCallsToStringOnNonNullObject()
-