| Test method for
com.google.gwt.http.client.RequestBuilder.RequestBuilder(java.lang.Stringjava.lang.String) .
NOTE: When running this test against Internet Explorer, the security
settings of IE affect this test. The assumption is that the "Access Data
Sources Across Domains" setting is set to "Disabled". This is the standard
setting for the "Internet" zone, which models the case of a user's browser
sending a request to a foreign website. However, if you are running the
unit tests against a machine running the GWT app which falls into your
"Trusted Sites" or "Local Network" content zone, this setting's value is
different. You will have to change the setting to "Disabled" in these zones
for this test to pass.
Test Cases:
- httpMethod == null
- httpMethod == ""
- url == null
- url == ""
- url == "www.freebsd.org" - violates same source
|