• S
    Redesign MockMvcHtmlUnitDriverBuilder API · 9023cf6a
    Sam Brannen 提交于
    This commit introduces a dedicated build() method in
    MockMvcHtmlUnitDriverBuilder to replace createDriver(). In addition,
    the configureDriver() method has been renamed to withDelegate() and now
    returns the builder for further customization.
    
    This commit also overhauls the Javadoc for static factory methods and
    the class-level Javadoc in MockMvcHtmlUnitDriverBuilder for greater
    clarity to end users.
    
    Issues SPR-13158
    9023cf6a
MockMvcHtmlUnitDriverBuilderTests.java 4.2 KB