public class RestAssuredURLManager extends Object
This uses reflection so as to not introduce a dependency on rest-assured
TODO: do we actually want this here, or should it be in a different module?
| Modifier and Type | Method and Description |
|---|---|
static void |
clearURL() |
static void |
setURL(boolean useSecureConnection) |
static void |
setURL(boolean useSecureConnection,
Integer port) |
static void |
setURL(boolean useSecureConnection,
Integer port,
String additionalPath) |
static void |
setURL(boolean useSecureConnection,
String additionalPath) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.