Polish Javadoc in HtmlUnit support
This commit is contained in:
parent
680936f4a2
commit
3d6f465625
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue