类的使用
cn.taketoday.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
程序包
说明
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.-
cn.taketoday.test.web.servlet.htmlunit中MockMvcWebConnectionBuilderSupport的使用
修饰符和类型类说明classSupport class that simplifies the creation of aWebConnectionthat usesMockMvcand optionally delegates to a realWebConnectionfor specific requests.修饰符和类型类说明classMockMvcWebClientBuildersimplifies the creation of an HtmlUnitWebClientthat delegates to aMockMvcinstance. -
cn.taketoday.test.web.servlet.htmlunit.webdriver中MockMvcWebConnectionBuilderSupport的使用
修饰符和类型类说明classMockMvcHtmlUnitDriverBuildersimplifies the building of anHtmlUnitDriverthat delegates toMockMvcand optionally delegates to an actual connection for specific requests.