public class MockServer extends java.lang.Object
MockServerTest
. It provides access to an URL
pointing either to the mock reverse proxy or the live system, depending on
the configured execution mode.Modifier and Type | Method and Description |
---|---|
java.net.URL |
getUrl()
Returns the server URL.
|
java.lang.String |
getUrlAsString()
Returns the server URL as string.
|
java.lang.String |
toString() |
public java.lang.String getUrlAsString()
public java.net.URL getUrl()
public java.lang.String toString()
toString
in class java.lang.Object