Class ResponseLoggerTest

    • Constructor Detail

      • ResponseLoggerTest

        public ResponseLoggerTest()
    • Method Detail

      • setUp

        public void setUp()
      • testLogRawResponseWithLoggingEnabled

        public void testLogRawResponseWithLoggingEnabled()
      • testLogRawResponseWithLoggingDisabled

        public void testLogRawResponseWithLoggingDisabled()
      • testLogRawResponseWithEmptyHeaders

        public void testLogRawResponseWithEmptyHeaders()
      • testLogResponseBodyWithLoggingEnabled

        public void testLogResponseBodyWithLoggingEnabled()
      • testLogResponseBodyWithLoggingDisabled

        public void testLogResponseBodyWithLoggingDisabled()
      • testLogResponseBodyWithNullBody

        public void testLogResponseBodyWithNullBody()
      • testLogResponseBodyWithEmptyBody

        public void testLogResponseBodyWithEmptyBody()
      • testLogResponseBodyTruncation

        public void testLogResponseBodyTruncation()
      • testLogResponseBodyWithCustomMaxLength

        public void testLogResponseBodyWithCustomMaxLength()
      • testLogRawResponseWithDifferentStatusCodes

        public void testLogRawResponseWithDifferentStatusCodes()
      • testLogWithOnlyLoggingEnabledFalse

        public void testLogWithOnlyLoggingEnabledFalse()
      • testLogWithDefaultOptions

        public void testLogWithDefaultOptions()