Class TestHostLauncher

  • All Implemented Interfaces:
    ArtifactLauncher, Closeable, AutoCloseable

    public class TestHostLauncher
    extends Object
    implements ArtifactLauncher
    A launcher that simply sets the quarkus.http.host property based on the value quarkus.http.test-host in order to support the case of running integration tests against an already running application using RestAssured without any chances.