类 SpringBootMockServletContext

java.lang.Object
org.springframework.mock.web.MockServletContext
org.springframework.boot.test.mock.web.SpringBootMockServletContext
所有已实现的接口:
ServletContext

public class SpringBootMockServletContext extends MockServletContext
MockServletContext implementation for Spring Boot. Respects well-known Spring Boot resource locations and uses an empty directory for "/" if no locations can be found.
从以下版本开始:
1.4.0
作者:
Phillip Webb