Class LogUtilTest

java.lang.Object
com.reallifedeveloper.common.domain.LogUtilTest

public class LogUtilTest extends Object
  • 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()