- matches(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.matchers.HostRequestMatcher
-
- matches(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.matchers.UrlRegexRequestMatcher
-
- matches(WebRequest) - Method in interface org.springframework.test.web.servlet.htmlunit.matchers.WebRequestMatcher
-
Return true if matches on WebRequest, else false
- MockMvcHtmlUnitDriverBuilder - Class in org.springframework.test.web.servlet.htmlunit.webdriver
-
Convenience class for building an HtmlUnitDriver that will delegate to MockMvc and
optionally delegate to an actual connection for specific requests.
- MockMvcHtmlUnitDriverBuilder(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- MockMvcHtmlUnitDriverBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- MockMvcHtmlUnitDriverBuilder(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- mockMvcSetup(MockMvc) - Static method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
Creates a new instance with a MockMvc instance.
- mockMvcSetup(MockMvc) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
Creates a new instance with a MockMvc instance.
- MockMvcWebClientBuilder - Class in org.springframework.test.web.servlet.htmlunit
-
Simplifies creating a WebClient that delegates to a MockMvc instance.
- MockMvcWebClientBuilder(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebClientBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebClientBuilder(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebConnection - Class in org.springframework.test.web.servlet.htmlunit
-
Allows MockMvc
to transform a WebRequest
into a WebResponse
.
- MockMvcWebConnection(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
Creates a new instance that assumes the context root of the application is "".
- MockMvcWebConnection(MockMvc, String) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
Creates a new instance with a specified context root.
- MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> - Class in org.springframework.test.web.servlet.htmlunit
-
Makes it easy to create a WebConnection that uses MockMvc and optionally delegates to
a real WebConnection for specific requests.
- MockMvcWebConnectionBuilderSupport(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Creates a new instance using a MockMvc instance
- MockMvcWebConnectionBuilderSupport(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Creates a new instance using a WebApplicationContext
- MockMvcWebConnectionBuilderSupport(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Creates a new instance using a WebApplicationContext
- modifyWebClient(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Captures the WebClient that is used so that its WebConnection is accessible.