Interface HttpTestConfig


@ConfigMapping(prefix="quarkus.http") @ConfigRoot(phase=BUILD_TIME) public interface HttpTestConfig
HTTP-related testing configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    The REST Assured client timeout for testing.
  • Method Details

    • testTimeout

      @WithDefault("30s") Duration testTimeout()
      The REST Assured client timeout for testing.