From bc1f0d3bdce5c3f54c02557a6c03712df33810eb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 23 Jul 2015 19:09:29 +0200 Subject: [PATCH] Mention HtmlUnit support in the What's New section Issue: SPR-13158 --- src/asciidoc/whats-new.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 16ec877b44..5e37ce26ba 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -562,6 +562,10 @@ public @interface MyTestConfig { @Rule public final SpringMethodRule springMethodRule = new SpringMethodRule(); ---- +* The Spring MVC Test framework now provides first-class support for HtmlUnit, + including integration with Selenium's WebDriver, allowing for page-based + web application testing without the need to deploy to a Servlet container. +** See <> for details. * `AopTestUtils` is a new testing utility that allows developers to obtain a reference to the underlying target object hidden behind one or more Spring proxies.