クラス SpringBootMockServletContext

java.lang.ObjectSE
org.springframework.mock.web.MockServletContext
org.springframework.boot.test.mock.web.SpringBootMockServletContext
実装されたすべてのインターフェース:
ServletContextEE

public class SpringBootMockServletContext extends MockServletContext
Spring BootMockServletContext 実装。既知の Spring Boot リソースの場所を考慮し、場所が見つからない場合は "/" に空のディレクトリを使用します。
導入:
1.4.0
作成者:
Phillip Webb