程序包的使用
cn.taketoday.test.web.servlet.htmlunit
程序包
说明
Server-side support for testing Web MVC applications with
MockMvc
and HtmlUnit.Server-side support for testing Web MVC applications with
MockMvc
and the Selenium HtmlUnitDriver.-
类说明The delegate web connection.
MockMvcWebClientBuildersimplifies the creation of an HtmlUnitWebClientthat delegates to aMockMvcinstance.Support class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.Strategy for matching on aWebRequest. -
类说明Support class that simplifies the creation of a
WebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.