Polish Javadoc in HtmlUnit support

This commit is contained in:
Sam Brannen 2015-07-27 18:39:23 +02:00
parent 680936f4a2
commit 3d6f465625
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@ import com.gargoylesoftware.htmlunit.WebRequest;
*
* @author Rob Winch
* @since 4.2
* @see org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
* @see org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
*/
public interface WebRequestMatcher {

View File

@ -50,6 +50,8 @@ import static org.junit.Assert.assertThat;
import static org.mockito.Mockito.*;
/**
* Unit and integration tests for {@link DelegatingWebConnection}.
*
* @author Rob Winch
* @since 4.2
*/