Class 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 Detail

      • 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()