Interface HttpTestConfig
@ConfigMapping(prefix="quarkus.http")
@ConfigRoot(phase=BUILD_TIME)
public interface HttpTestConfig
HTTP-related testing configuration.
-
Method Summary
Modifier and TypeMethodDescriptionThe REST Assured client timeout for testing.
-
Method Details
-
testTimeout
The REST Assured client timeout for testing.
-