Package | Description |
---|---|
org.doctester | |
org.doctester.testbrowser |
Modifier and Type | Method and Description |
---|---|
Url |
DocTester.testServerUrl()
Convenience method that allows you to write tests with the testbrowser in
a fluent way.
|
Modifier and Type | Method and Description |
---|---|
Url |
Url.addQueryParameter(String key,
String value)
Allows you to add query parameters to this url (In your browser something
like "?user=bob"
|
static Url |
Url.host(String host)
Create a Url instance from a host.
|
Url |
Url.path(String path)
Set the full path of this Url.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.url(Url url)
Set the Uri of this request.
|
Copyright © 2015. All Rights Reserved.