类 MockMvcResultHandlers.LoggingResultHandler

java.lang.Object
cn.taketoday.test.web.servlet.result.MockMvcResultHandlers.LoggingResultHandler
所有已实现的接口:
ResultHandler
封闭类:
MockMvcResultHandlers

private static class MockMvcResultHandlers.LoggingResultHandler extends Object implements ResultHandler
A ResultHandler that logs MvcResult details at DEBUG level via Apache Commons Logging.

Delegates to a MockMvcResultHandlers.PrintWriterPrintingResultHandler for building the log message.

  • 构造器详细资料

    • LoggingResultHandler

      private LoggingResultHandler()
  • 方法详细资料