Class RestAssuredURLManager

java.lang.Object
io.quarkus.test.common.RestAssuredURLManager

public class RestAssuredURLManager extends Object
Utility class that sets the rest assured port to the default test port and meaningful timeouts.

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?

  • Method Details

    • setURL

      public static void setURL(boolean useSecureConnection)
    • setURL

      public static void setURL(boolean useSecureConnection, String additionalPath)
    • setURL

      public static void setURL(boolean useSecureConnection, Integer port)
    • setURL

      public static void setURL(boolean useSecureConnection, Integer port, String additionalPath)
    • clearURL

      public static void clearURL()