com.gargoylesoftware.htmlunit.util |
Test Classes
Test Classes
|
Java Source File Name | Type | Comment |
DebuggingWebConnection.java | Class | |
DebuggingWebConnectionTest.java | Class | Tests for
DebuggingWebConnection . |
FalsifyingWebConnection.java | Class | Extension of
WebConnectionWrapper providing facility methods to deliver something else than
what the wrapped connection would deliver. |
ServletContentWrapper.java | Class | A servlet that wraps static content. |
StringUtils.java | Class | String utilities class for utility functions not covered by third party libraries. |
UrlUtils.java | Class | URL utilities class that makes it easy to create new URLs based off of old URLs
without having to assemble or parse them yourself. |
UrlUtilsTest.java | Class | Tests for
UrlUtils . |
WebConnectionWrapper.java | Class | Provides a convenient implementation of the
WebConnection interface that can be subclassed by developers
wishing to adapt a particular WebConnection.
This class implements the Wrapper or Decorator pattern. |
WebConnectionWrapperTest.java | Class | Tests for
WebConnectionWrapper . |
WebResponseWrapper.java | Class | Provides a convenient implementation of the
WebResponse interface that can be subclassed
by developers wishing to adapt a particular WebResponse.
This class implements the Wrapper or Decorator pattern. |