类 MockServletWebServer

java.lang.Object
cn.taketoday.test.web.servlet.MockServletWebServer

public abstract class MockServletWebServer extends Object
Base class for Mock ServletWebServer implementations. Reduces the amount of code that would otherwise be duplicated in spring-boot, autoconfigure and actuator.
从以下版本开始:
4.0
作者:
Phillip Webb, Andy Wilkinson