Package io.quarkus.test.common
Class RestAssuredURLManager
java.lang.Object
io.quarkus.test.common.RestAssuredURLManager
Utility class that sets the rest assured port to the default test port and meaningful timeouts.
This class works whether RestAssured is on the classpath or not - if it is not, invoking the methods of the class are essentially NO-OPs
TODO: do we actually want this here, or should it be in a different module?
-
Method Details
-
setURL
public static void setURL(boolean useSecureConnection) -
setURL
-
setURL
-
setURL
-
clearURL
public static void clearURL()
-